| Modifier and Type | Method and Description |
|---|---|
<F> void |
DocumentElement.addValue(IndexFieldReference<F> fieldReference,
F value)
Add a new value to the referenced field in this document element.
|
| 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,
IndexFieldType<F> indexFieldType)
Create a new field and add it to the current builder.
|
<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaObjectNodeBuilder.createExcludedField(String relativeFieldName,
IndexFieldType<F> indexFieldType)
Create a new field, but do not add it to the current builder.
|
| Modifier and Type | Method and Description |
|---|---|
<F> void |
NoOpDocumentElement.addValue(IndexFieldReference<F> fieldReference,
F value) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.