Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for tie (0.29 sec)

  1. guava-testlib/src/com/google/common/testing/ClassSanityTester.java

       *
       * <ul>
       *   <li>The non-private constructor or non-private static factory method with the most parameters
       *       is used to construct the sample instances. In case of tie, the candidate constructors or
       *       factories are tried one after another until one can be used to construct sample
       *       instances.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

       *
       * <ul>
       *   <li>The non-private constructor or non-private static factory method with the most parameters
       *       is used to construct the sample instances. In case of tie, the candidate constructors or
       *       factories are tried one after another until one can be used to construct sample
       *       instances.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    query.boost.fuzzy.content.prefix_length=0
    # Whether to allow transpositions in fuzzy content queries.
    query.boost.fuzzy.content.transpositions=true
    
    # Default query type.
    query.default.query_type=bool
    # Tie breaker value for dismax queries.
    query.dismax.tie_breaker=0.1
    # Minimum should match value for boolean queries.
    query.bool.minimum_should_match=
    
    # Number of expansions for prefix queries.
    query.prefix.expansions=50
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_aws/fess.json

            },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Tie breaker value for dismax queries.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryDismaxTieBreaker();
    
        /**
         * Get the value for the key 'query.dismax.tie_breaker' as {@link java.math.BigDecimal}. <br>
         * The value is, e.g. 0.1 <br>
         * comment: Tie breaker value for dismax 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