- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for fuzziness (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/query/FuzzyQueryCommandTest.java
assertNotNull(result0); assertTrue(result0 instanceof FuzzyQueryBuilder); FuzzyQueryBuilder fqb0 = (FuzzyQueryBuilder) result0; assertEquals("0", fqb0.fuzziness().asString()); // Test with max edits = 1 Term term1 = new Term("title", "fuzzy"); FuzzyQuery fuzzyQuery1 = new FuzzyQuery(term1, 1);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.7K bytes - Click Count (0) -
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)