Class NumberScaleConstants
- java.lang.Object
-
- org.hibernate.search.engine.cfg.spi.NumberScaleConstants
-
public class NumberScaleConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static BigInteger
MAX_LONG_AS_BIGINTEGER
static BigInteger
MIN_LONG_AS_BIGINTEGER
-
-
-
Field Detail
-
MIN_LONG_AS_BIGINTEGER
public static final BigInteger MIN_LONG_AS_BIGINTEGER
-
MAX_LONG_AS_BIGINTEGER
public static final BigInteger MAX_LONG_AS_BIGINTEGER
-
-