| Interface | Description |
|---|---|
| IndexFieldTypeConverterContext<S extends IndexFieldTypeConverterContext<? extends S,F>,F> |
A context for specifying a field types that support conversion.
|
| IndexFieldTypeFactoryContext |
The initial context when specifying the type of an index field.
|
| IndexFieldTypeFactoryContextExtension<T> |
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
|
| IndexFieldTypeTerminalContext<F> |
The terminal context when specifying the type of an index field.
|
| ScaledNumberIndexFieldTypeContext<S extends ScaledNumberIndexFieldTypeContext<? extends S,F>,F> |
A context for specifying a scaled number type.
|
| StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> |
A context for specifying a type with capabilities that are considered "standard",
such as search or projection.
|
| StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>> |
A context for specifying a
String type. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.