Modifier and Type | Method and Description |
---|---|
ElasticsearchIndexFieldTypeFactoryContext |
ElasticsearchExtension.extendOrFail(IndexFieldTypeFactoryContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchIndexFieldTypeFactoryContext |
Modifier and Type | Method and Description |
---|---|
LuceneIndexFieldTypeFactoryContext |
LuceneExtension.extendOrFail(IndexFieldTypeFactoryContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneIndexFieldTypeFactoryContext |
Modifier and Type | Method and Description |
---|---|
<F> IndexSchemaFieldTerminalContext<IndexFieldAccessor<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 | Method and Description |
---|---|
IndexFieldTypeFactoryContext |
IndexSchemaRootNodeBuilder.getTypeFactory() |
Modifier and Type | Method and Description |
---|---|
T |
IndexFieldTypeFactoryContextExtension.extendOrFail(IndexFieldTypeFactoryContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Method and Description |
---|---|
IndexFieldTypeFactoryContext |
IndexModelBindingContext.getTypeFactory() |
Modifier and Type | Method and Description |
---|---|
IndexFieldTypeFactoryContext |
PropertyBridgeBindingContext.getTypeFactory() |
IndexFieldTypeFactoryContext |
ValueBridgeBindingContext.getTypeFactory() |
IndexFieldTypeFactoryContext |
TypeBridgeBindingContext.getTypeFactory() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.