- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 1,909 for Long (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/suggest/SuggestBody.java
*/ package org.codelibs.fess.app.web.api.admin.suggest; import org.codelibs.fess.app.web.admin.suggest.SuggestForm; public class SuggestBody extends SuggestForm { public Long totalWordsNum; public Long documentWordsNum; public Long queryWordsNum;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 883 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java
return this; } public void setHitCount_Equal(Long hitCount) { setHitCount_Term(hitCount, null); } public void setHitCount_Equal(Long hitCount, ConditionOptionCall<TermQueryBuilder> opLambda) { setHitCount_Term(hitCount, opLambda); } public void setHitCount_Term(Long hitCount) { setHitCount_Term(hitCount, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 145.4K bytes - Viewed (0) -
src/main/config/es/fess_config_path_mapping.json
"aliases" : { }, "mappings" : { "path_mapping" : { "properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "processType" : { "type" : "keyword" }, "regex" : { "type" : "keyword" }, "replacement" : { "type" : "keyword"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java
final int characteristics() { return spliterator.characteristics(); } final long estimateSize() { return spliterator.estimateSize(); } final Comparator<? super E> getComparator() { return spliterator.getComparator(); } final long getExactSizeIfKnown() { return spliterator.getExactSizeIfKnown(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:20:11 UTC 2024 - 12.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java
final int characteristics() { return spliterator.characteristics(); } final long estimateSize() { return spliterator.estimateSize(); } final Comparator<? super E> getComparator() { return spliterator.getComparator(); } final long getExactSizeIfKnown() { return spliterator.getExactSizeIfKnown(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:20:11 UTC 2024 - 12.1K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/RateLimiter.java
} private boolean canAcquire(long nowMicros, long timeoutMicros) { return queryEarliestAvailable(nowMicros) - timeoutMicros <= nowMicros; } /** * Reserves next ticket and returns the wait time that the caller must wait for. * * @return the required wait time, never negative */ final long reserveAndGetWaitLength(int permits, long nowMicros) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 21.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetServerEnum2Response.java
} @Override public long createTime () { return 0L; } @Override public long lastModified () { return 0L; } @Override public long lastAccess () { return 0L; } @Override public long length () { return 0L; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.6K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/BasicDerAdapter.kt
* other adapters on this SEQUENCE to interrogate. */ fun asTypeHint(): BasicDerAdapter<T> = copy(typeHint = true) // Avoid Long.hashCode(long) which isn't available on Android 5. override fun hashCode(): Int { var result = 0 result = 31 * result + name.hashCode() result = 31 * result + tagClass result = 31 * result + tag.toInt()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.4K bytes - Viewed (0) -
src/main/config/es/fess_config_data_config.json
}, "boost" : { "type" : "float" }, "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "description" : { "type" : "text" }, "handlerName" : { "type" : "keyword" }, "handlerParameter" : {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.7K bytes - Viewed (0) -
src/main/config/es/fess_config_elevate_word.json
"properties" : { "boost" : { "type" : "float" }, "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "permissions" : { "type" : "keyword" }, "reading" : { "type" : "keyword" }, "suggestWord" : {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.2K bytes - Viewed (0)