Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ting (0.29 sec)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            });
    
        }
    
        /**
         * Pings the search engine cluster to check connectivity and health.
         *
         * @return the ping response with cluster information
         * @throws SearchEngineClientException if the ping fails
         */
        public PingResponse ping() {
            try {
                final ClusterHealthResponse response =
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/hash/BloomFilter.java

        checkNotNull(strategy);
    
        if (expectedInsertions == 0) {
          expectedInsertions = 1;
        }
        /*
         * TODO(user): Put a warning in the javadoc about tiny fpp values, since the resulting size
         * is proportional to -log(p), but there is not much of a point after all, e.g.
         * optimalM(1000, 0.0000000000000001) = 76680 which is less than 10kb. Who cares!
         */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
Back to top