| Interface | Description |
|---|---|
| IndexSchemaElement |
An element of the index schema,
allowing the definition of child fields.
|
| IndexSchemaFieldFinalStep<R> |
The final step in the definition of a field in the index schema,
where a reference to the field can be retrieved.
|
| IndexSchemaFieldOptionsStep<S extends IndexSchemaFieldOptionsStep<?,R>,R> |
The final step in the definition of a field in the index schema,
where a reference to the field can be retrieved,
optionally setting some parameters beforehand.
|
| IndexSchemaObjectField |
An object field in the index schema,
allowing the definition of child fields,
customization of some characteristics of this object field such as
multi-valued-ness,
and the retrieval of a field reference to be used when indexing. |
| Enum | Description |
|---|---|
| ObjectFieldStorage |
Defines the storage strategy for an object field.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.