Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BigDecimal (0.05 sec)

  1. FessConfig.java

    L5082: /** L5083: * Get the value for the key 'query.boost.title' as {@link java.math.BigDecimal}. <br> L5084: * The value is, e.g. 0.5 <br> L5085: * comment: boost L5086: * @return The value of found property. (NotNull: if not found, exception but basically no way) L5087: * @throws NumberFormatException When the property is not decimal. L5088: */ L5089: java.math.BigDecimal getQueryBoostTitleAsDecimal(); L5090: L5091: /** L5092: * Get the value for the key '...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top