Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getQueryBoostFuzzyMinLength (0.09 sec)

  1. src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java

                    return baseConfig.getQueryBoostImportantContentLang();
                }
    
                @Override
                public String getQueryBoostFuzzyMinLength() {
                    return baseConfig.getQueryBoostFuzzyMinLength();
                }
    
                @Override
                public Integer getQueryBoostFuzzyMinLengthAsInteger() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/query/QueryTestBase.java

                }
    
                @Override
                public String getQueryBoostImportantContentLang() {
                    return "-1.0";
                }
    
                @Override
                public String getQueryBoostFuzzyMinLength() {
                    return "4";
                }
    
                @Override
                public Integer getQueryBoostFuzzyMinLengthAsInteger() {
                    return 4;
                }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 14.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Minimum length for fuzzy boosting in queries.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryBoostFuzzyMinLength();
    
        /**
         * Get the value for the key 'query.boost.fuzzy.min.length' as {@link Integer}. <br>
         * The value is, e.g. 4 <br>
         * comment: Minimum length for fuzzy boosting in queries.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top