| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F>
A context for specifying a type with capabilities that are considered "standard",
such as search or projection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeContext<S extends ScaledNumberIndexFieldTypeContext<? extends S,F>,F>
A context for specifying a scaled number type.
|
interface |
StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>>
A context for specifying a
String type. |
| Modifier and Type | Method and Description |
|---|---|
<F> StandardIndexFieldTypeContext<?,F> |
IndexFieldTypeFactoryContext.as(Class<F> valueType)
Define a field type whose values are represented as a given type in Hibernate Search.
|
StandardIndexFieldTypeContext<?,Boolean> |
IndexFieldTypeFactoryContext.asBoolean()
Define a field type whose values are represented as a
Boolean in Hibernate Search. |
StandardIndexFieldTypeContext<?,Byte> |
IndexFieldTypeFactoryContext.asByte()
Define a field type whose values are represented as a
Byte in Hibernate Search. |
StandardIndexFieldTypeContext<?,Double> |
IndexFieldTypeFactoryContext.asDouble()
Define a field type whose values are represented as a
Double in Hibernate Search. |
StandardIndexFieldTypeContext<?,Float> |
IndexFieldTypeFactoryContext.asFloat()
Define a field type whose values are represented as a
Float in Hibernate Search. |
StandardIndexFieldTypeContext<?,GeoPoint> |
IndexFieldTypeFactoryContext.asGeoPoint()
Define a field type whose values are represented as a
GeoPoint in Hibernate Search. |
StandardIndexFieldTypeContext<?,Instant> |
IndexFieldTypeFactoryContext.asInstant()
Define a field type whose values are represented as an
Instant in Hibernate Search. |
StandardIndexFieldTypeContext<?,Integer> |
IndexFieldTypeFactoryContext.asInteger()
Define a field type whose values are represented as an
Integer in Hibernate Search. |
StandardIndexFieldTypeContext<?,LocalDate> |
IndexFieldTypeFactoryContext.asLocalDate()
Define a field type whose values are represented as a
LocalDate in Hibernate Search. |
StandardIndexFieldTypeContext<?,LocalDateTime> |
IndexFieldTypeFactoryContext.asLocalDateTime()
Define a field type whose values are represented as a
LocalDateTime in Hibernate Search. |
StandardIndexFieldTypeContext<?,LocalTime> |
IndexFieldTypeFactoryContext.asLocalTime()
Define a field type whose values are represented as a
LocalTime in Hibernate Search. |
StandardIndexFieldTypeContext<?,Long> |
IndexFieldTypeFactoryContext.asLong()
Define a field type whose values are represented as a
Long in Hibernate Search. |
StandardIndexFieldTypeContext<?,MonthDay> |
IndexFieldTypeFactoryContext.asMonthDay()
Define a field type whose values are represented as a
MonthDay in Hibernate Search. |
StandardIndexFieldTypeContext<?,OffsetDateTime> |
IndexFieldTypeFactoryContext.asOffsetDateTime()
Define a field type whose values are represented as an
OffsetDateTime in Hibernate Search. |
StandardIndexFieldTypeContext<?,OffsetTime> |
IndexFieldTypeFactoryContext.asOffsetTime()
Define a field type whose values are represented as an
OffsetTime in Hibernate Search. |
StandardIndexFieldTypeContext<?,Short> |
IndexFieldTypeFactoryContext.asShort()
Define a field type whose values are represented as a
Short in Hibernate Search. |
StandardIndexFieldTypeContext<?,Year> |
IndexFieldTypeFactoryContext.asYear()
Define a field type whose values are represented as a
Year in Hibernate Search. |
StandardIndexFieldTypeContext<?,YearMonth> |
IndexFieldTypeFactoryContext.asYearMonth()
Define a field type whose values are represented as a
YearMonth in Hibernate Search. |
StandardIndexFieldTypeContext<?,ZonedDateTime> |
IndexFieldTypeFactoryContext.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.