Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for BigDecimal (0.07 sec)

  1. TermQueryCommandTest.java

    WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import java.math.BigDecimal; L19:import java.util.List; L20: L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.apache.lucene.search.Query; L24:import org.apache.lucene.search.TermQuery; L25:import org.codelibs.fess....
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      9.2K bytes
  2. 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
  3. QueryHelperTest.java

    ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.helper; L17: L18:import java.io.File; L19:import java.math.BigDecimal; L20:import java.util.List; L21:import java.util.Map; L22:import java.util.Set; L23:import java.util.stream.Collectors; L24: L25:import org.codelibs.core.io.FileUtil; L26:import org.codelibs.core.misc.DynamicProperties; L27:import org.codelibs.fess.Constants;...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      39.8K bytes
  4. FessProp.java

    return true; L1840: } L1841: } L1842: return false; L1843: } L1844: L1845: Integer getThumbnailHtmlImageMinWidthAsInteger(); L1846: L1847: Integer getThumbnailHtmlImageMinHeightAsInteger(); L1848: L1849: java.math.BigDecimal getThumbnailHtmlImageMaxAspectRatioAsDecimal(); L1850: L1851: default boolean validateThumbnailSize(final int width, final int height) { L1852: if (width <= 0 || height <= 0 || width < getThumbnailHtmlImageMinWidthAsInteger().intValue()...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
Back to top