- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for content_minhash_bits (1.53 sec)
-
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)