| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.document.model.dsl | |
| org.hibernate.search.engine.backend.document.model.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexSchemaFieldOptionsStep<S extends IndexSchemaFieldOptionsStep<?,R>,R>
The final step in the definition of a field in the index schema,
where a reference to the field can be retrieved,
optionally setting some parameters beforehand.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexSchemaObjectField
An object field in the index schema,
allowing the definition of child fields,
customization of some characteristics of this object field such as
multi-valued-ness,
and the retrieval of a field reference to be used when indexing. |
| Modifier and Type | Method and Description |
|---|---|
<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
Function<? super IndexFieldTypeFactory,? extends IndexFieldTypeFinalStep<F>> typeContributor)
Add a field to this index schema element with the type to be defined by the given function.
|
<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
IndexFieldType<F> type)
Add a field to this index schema element with the given type.
|
default <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
IndexFieldTypeFinalStep<F> dslFinalStep)
Add a field to this index schema element with the given almost-built type.
|
| Modifier and Type | Method and Description |
|---|---|
<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaObjectNodeBuilder.addField(String relativeFieldName,
IndexFieldInclusion inclusion,
IndexFieldType<F> indexFieldType)
Create a new field and add it to the current builder.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.