| 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> 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>> |
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<? extends S,F>,F>
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
interface |
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<? extends S,F>,F>
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
|
interface |
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<? extends S>>
The initial and final step in a "string" index field type definition, where optional parameters can be set.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.