| Interface | Description |
|---|---|
| IndexSchemaElement |
An element of the index schema,
allowing the definition of child fields.
|
| IndexSchemaFieldContext<S extends IndexSchemaFieldContext<?,R>,R> |
A field in the index schema,
allowing 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. |
| IndexSchemaFieldTerminalContext<R> |
The terminal context when specifying an index field.
|
| 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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.