- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for fuzziness (0.04 seconds)
-
src/main/resources/fess_config.properties
query.boost.important_content.lang=-1.0 # Minimum length for fuzzy boosting in queries. query.boost.fuzzy.min.length=4 # Boost value for fuzzy title queries. query.boost.fuzzy.title=0.01 # Fuzziness for fuzzy title queries. query.boost.fuzzy.title.fuzziness=AUTO # Number of expansions for fuzzy title queries. query.boost.fuzzy.title.expansions=10 # Prefix length for fuzzy title queries. query.boost.fuzzy.title.prefix_length=0
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) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ java.math.BigDecimal getQueryBoostFuzzyTitleAsDecimal(); /** * Get the value for the key 'query.boost.fuzzy.title.fuzziness'. <br> * The value is, e.g. AUTO <br> * comment: Fuzziness for fuzzy title queries. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryBoostFuzzyTitleFuzziness();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)