| Modifier and Type | Method and Description |
|---|---|
<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>> |
IndexSchemaElement.field(String relativeFieldName,
IndexFieldType<F> type)
Add a field to this index schema element with the given 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 |
|---|---|
IndexFieldType<F> |
IndexFieldTypeFinalStep.toIndexFieldType()
Create an
IndexFieldType instance
matching the definition given in the previous DSL steps. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.