Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0061 (0.17 sec)

  1. android/guava-tests/test/com/google/common/primitives/BooleansTest.java

            6,
            new boolean[] {true, true, false, true, false});
      }
    
      public void testRotateIndexed() {
        testRotate(new boolean[] {}, 0, 0, 0, new boolean[] {});
    
        testRotate(new boolean[] {true}, 0, 0, 1, new boolean[] {true});
        testRotate(new boolean[] {true}, 1, 0, 1, new boolean[] {true});
        testRotate(new boolean[] {true}, 1, 1, 1, new boolean[] {true});
    
        // Rotate the central 5 elements, leaving the ends as-is
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 25.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 0.01 <br>
         * comment: Boost value for fuzzy title queries.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryBoostFuzzyTitle();
    
        /**
         * Get the value for the key 'query.boost.fuzzy.title' as {@link java.math.BigDecimal}. <br>
         * The value is, e.g. 0.01 <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
  3. 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.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 54.8K bytes
    - Viewed (0)
Back to top