| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.document.model.dsl | |
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Method and Description |
|---|---|
default <F> IndexSchemaFieldContext<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
IndexFieldTypeTerminalContext<F> terminalContext)
Add a field to this index schema element with the given almost-built type.
|
| Modifier and Type | Method and Description |
|---|---|
<F> IndexSchemaFieldContext<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
Function<? super IndexFieldTypeFactoryContext,? extends IndexFieldTypeTerminalContext<F>> typeContributor)
Add a field to this index schema element with the type to be defined by the given function.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeContext<S extends ScaledNumberIndexFieldTypeContext<? extends S,F>,F>
A context for specifying a scaled number type.
|
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.
|
interface |
StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>>
A context for specifying a
String type. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.