- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for _primary_term (0.06 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
@Override public String getIndexFieldSeqNo() { return "_seq_no"; } @Override public String getIndexFieldPrimaryTerm() { return "_primary_term"; } @Override public String getResponseFieldContentTitle() { return "title"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.id=_id # Field name for version in the index. index.field.version=_version # Field name for sequence number in the index. index.field.seq_no=_seq_no # Field name for primary term in the index. index.field.primary_term=_primary_term # Field name for language in the index. index.field.lang=lang # Field name for cache status in the index. index.field.has_cache=has_cache # Field name for last modified date in the index.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. _seq_no */ String INDEX_FIELD_seq_no = "index.field.seq_no"; /** The key of the configuration. e.g. _primary_term */ String INDEX_FIELD_primary_term = "index.field.primary_term"; /** The key of the configuration. e.g. lang */ String INDEX_FIELD_LANG = "index.field.lang"; /** The key of the configuration. e.g. has_cache */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractEntity.java
} public Long seqNo() { return seqNo; } public DocMeta primaryTerm(Long primaryTerm) { this.primaryTerm = primaryTerm; return this; } public Long primaryTerm() { return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractBehavior.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractEntity.java
} public Long seqNo() { return seqNo; } public DocMeta primaryTerm(Long primaryTerm) { this.primaryTerm = primaryTerm; return this; } public Long primaryTerm() { return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractEntity.java
} public Long seqNo() { return seqNo; } public DocMeta primaryTerm(Long primaryTerm) { this.primaryTerm = primaryTerm; return this; } public Long primaryTerm() { return primaryTerm; } public DocMeta indexOption(RequestOptionCall<IndexRequestBuilder> builder) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractBehavior.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.4K bytes - Viewed (0)