- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for content_minhash_bits (0.14 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 Oct 31 13:40:30 UTC 2024 - 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 Oct 31 13:40:30 UTC 2024 - 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.timestamp=timestamp index.field.label=label index.field.mimetype=mimetype index.field.parent_id=parent_id index.field.important_content=important_content index.field.content=content index.field.content_minhash_bits=content_minhash_bits index.field.cache=cache index.field.digest=digest index.field.title=title index.field.host=host index.field.site=site index.field.content_length=content_length index.field.filetype=filetype
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)