| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<? extends S,F>,F>
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
| Modifier and Type | Method and Description |
|---|---|
ScaledNumberIndexFieldTypeOptionsStep<?,BigDecimal> |
IndexFieldTypeFactory.asBigDecimal()
Define a field type whose values are represented as a
BigDecimal in Hibernate Search. |
ScaledNumberIndexFieldTypeOptionsStep<?,BigInteger> |
IndexFieldTypeFactory.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.