- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for content_minhash_bits (0.07 sec)
-
src/main/resources/fess_indices/fess/doc.json
"search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets", "copy_to": ["content_minhash_bits"] }, "content_minhash": { "type": "text", "index": false }, "content_minhash_bits": { "type": "minhash", "bit_string": true, "minhash_analyzer": "minhash_analyzer" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess/doc.json
"search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content_minhash": { "type": "keyword", "index": false }, "content_minhash_bits": { "type": "keyword", "index": false }, "content_length": { "type": "long" }, "created": { "type": "date",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess/doc.json
"search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content_minhash": { "type": "keyword", "index": false }, "content_minhash_bits": { "type": "keyword", "index": false }, "content_length": { "type": "long" }, "created": { "type": "date",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
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) -
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)