| 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 | Method and Description |
|---|---|
IndexFieldTypeFactory |
IndexSchemaRootNodeBuilder.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) |
| Modifier and Type | Method and Description |
|---|---|
T |
IndexFieldTypeFactoryExtension.extendOrFail(IndexFieldTypeFactory original)
Attempt to extend a given factory, throwing an exception in case of failure.
|
| Modifier and Type | Method and Description |
|---|---|
default IndexFieldTypeFactory |
IndexBindingContext.createTypeFactory() |
IndexFieldTypeFactory |
IndexBindingContext.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)
Use this method to provide some defaults to the current request.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.