Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for content_minhash_bits (0.57 sec)

  1. src/main/resources/fess_config.properties

    index.field.important_content=important_content
    # Field name for content in the index.
    index.field.content=content
    # Field name for content minhash bits in the index.
    index.field.content_minhash_bits=content_minhash_bits
    # Field name for cache in the index.
    index.field.cache=cache
    # Field name for digest in the index.
    index.field.digest=digest
    # Field name for title in the index.
    index.field.title=title
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. content */
        String INDEX_FIELD_CONTENT = "index.field.content";
    
        /** The key of the configuration. e.g. content_minhash_bits */
        String INDEX_FIELD_content_minhash_bits = "index.field.content_minhash_bits";
    
        /** The key of the configuration. e.g. cache */
        String INDEX_FIELD_CACHE = "index.field.cache";
    
        /** The key of the configuration. e.g. digest */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top