Modifier and Type | Method and Description |
---|---|
ElasticsearchIndexSchemaFieldContext |
ElasticsearchExtension.extendOrFail(IndexSchemaFieldContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchIndexSchemaFieldContext |
Modifier and Type | Method and Description |
---|---|
LuceneIndexSchemaFieldContext |
LuceneExtension.extendOrFail(IndexSchemaFieldContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneIndexSchemaFieldContext |
Modifier and Type | Method and Description |
---|---|
IndexSchemaFieldContext |
IndexSchemaElement.field(String relativeFieldName) |
Modifier and Type | Method and Description |
---|---|
T |
IndexSchemaFieldContextExtension.extendOrFail(IndexSchemaFieldContext original)
Attempt to extend a given context, throwing an exception in case of failure.
|
Modifier and Type | Method and Description |
---|---|
IndexSchemaFieldContext |
IndexSchemaObjectNodeBuilder.addField(String relativeFieldName)
Create a new field and add it to the current builder.
|
IndexSchemaFieldContext |
IndexSchemaObjectNodeBuilder.createExcludedField(String relativeFieldName)
Create a new field, but do not add it to the current builder.
|
Modifier and Type | Method and Description |
---|---|
IndexSchemaFieldContext |
ValueBridgeBindingContext.getIndexSchemaFieldContext() |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.