Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for motala (0.03 sec)

  1. android/guava/src/com/google/common/hash/BloomFilter.java

       */
      public double expectedFpp() {
        return Math.pow((double) bits.bitCount() / bitSize(), numHashFunctions);
      }
    
      /**
       * Returns an estimate for the total number of distinct elements that have been added to this
       * Bloom filter. This approximation is reasonably accurate if it does not exceed the value of
       * {@code expectedInsertions} that was used when constructing the filter.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            public SearchConditionBuilder scroll() {
                isScroll = true;
                return this;
            }
    
            /**
             * Sets the track total hits configuration.
             *
             * @param trackTotalHits the track total hits setting
             * @return this builder for method chaining
             */
            public SearchConditionBuilder trackTotalHits(final String trackTotalHits) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top