| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>,F>
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F>
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
interface |
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>>
The initial and final step in a "string" index field type definition, where optional parameters can be set.
|
| Modifier and Type | Method and Description |
|---|---|
<F> StandardIndexFieldTypeOptionsStep<?,F> |
IndexFieldTypeFactory.as(Class<F> valueType)
Define a field type whose values are represented as a given type in Hibernate Search.
|
StandardIndexFieldTypeOptionsStep<?,Boolean> |
IndexFieldTypeFactory.asBoolean()
Define a field type whose values are represented as a
Boolean in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Byte> |
IndexFieldTypeFactory.asByte()
Define a field type whose values are represented as a
Byte in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Double> |
IndexFieldTypeFactory.asDouble()
Define a field type whose values are represented as a
Double in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Float> |
IndexFieldTypeFactory.asFloat()
Define a field type whose values are represented as a
Float in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,GeoPoint> |
IndexFieldTypeFactory.asGeoPoint()
Define a field type whose values are represented as a
GeoPoint in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Instant> |
IndexFieldTypeFactory.asInstant()
Define a field type whose values are represented as an
Instant in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Integer> |
IndexFieldTypeFactory.asInteger()
Define a field type whose values are represented as an
Integer in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,LocalDate> |
IndexFieldTypeFactory.asLocalDate()
Define a field type whose values are represented as a
LocalDate in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,LocalDateTime> |
IndexFieldTypeFactory.asLocalDateTime()
Define a field type whose values are represented as a
LocalDateTime in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,LocalTime> |
IndexFieldTypeFactory.asLocalTime()
Define a field type whose values are represented as a
LocalTime in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Long> |
IndexFieldTypeFactory.asLong()
Define a field type whose values are represented as a
Long in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,MonthDay> |
IndexFieldTypeFactory.asMonthDay()
Define a field type whose values are represented as a
MonthDay in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,OffsetDateTime> |
IndexFieldTypeFactory.asOffsetDateTime()
Define a field type whose values are represented as an
OffsetDateTime in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,OffsetTime> |
IndexFieldTypeFactory.asOffsetTime()
Define a field type whose values are represented as an
OffsetTime in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Short> |
IndexFieldTypeFactory.asShort()
Define a field type whose values are represented as a
Short in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,Year> |
IndexFieldTypeFactory.asYear()
Define a field type whose values are represented as a
Year in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,YearMonth> |
IndexFieldTypeFactory.asYearMonth()
Define a field type whose values are represented as a
YearMonth in Hibernate Search. |
StandardIndexFieldTypeOptionsStep<?,ZonedDateTime> |
IndexFieldTypeFactory.asZonedDateTime()
Define a field type whose values are represented as a
ZonedDateTime 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.