| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeContext<S extends ScaledNumberIndexFieldTypeContext<? extends S,F>,F>
A context for specifying a scaled number type.
|
| Modifier and Type | Method and Description |
|---|---|
ScaledNumberIndexFieldTypeContext<?,BigDecimal> |
IndexFieldTypeFactoryContext.asBigDecimal()
Define a field type whose values are represented as a
BigDecimal in Hibernate Search. |
ScaledNumberIndexFieldTypeContext<?,BigInteger> |
IndexFieldTypeFactoryContext.asBigInteger()
Define a field type whose values are represented as a
BigInteger in Hibernate Search. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.