Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for _seq_no (0.04 seconds)

  1. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

        }
    
        @Test
        public void test_parseJson_operationDocument() {
            final String json = "{\"_index\":\"fess_config.coordinator\",\"_id\":\"reindex\","
                    + "\"found\":true,\"_seq_no\":5,\"_primary_term\":1," + "\"_source\":{\"type\":\"operation\",\"name\":\"reindex\","
                    + "\"instanceId\":\"node1@host1\",\"hostname\":\"host1\","
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    index.field.doc_id=doc_id
    # Field name for internal ID in the index.
    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.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
Back to Top