| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl | |
| org.hibernate.search.engine.mapper.mapping.building.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>> |
| Modifier and Type | Method and Description |
|---|---|
<F> StandardIndexFieldTypeContext<?,F> |
IndexFieldTypeFactoryContext.as(Class<F> inputType) |
StandardIndexFieldTypeContext<?,Boolean> |
IndexFieldTypeFactoryContext.asBoolean() |
StandardIndexFieldTypeContext<?,GeoPoint> |
IndexFieldTypeFactoryContext.asGeoPoint() |
StandardIndexFieldTypeContext<?,Instant> |
IndexFieldTypeFactoryContext.asInstant() |
StandardIndexFieldTypeContext<?,Integer> |
IndexFieldTypeFactoryContext.asInteger() |
StandardIndexFieldTypeContext<?,LocalDate> |
IndexFieldTypeFactoryContext.asLocalDate() |
StandardIndexFieldTypeContext<?,Long> |
IndexFieldTypeFactoryContext.asLong() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldModelContributor.contribute(StandardIndexFieldTypeContext<?,?> context) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.