IndexFieldTypeConverterStep<S extends IndexFieldTypeConverterStep<?,F>,F> |
The step in an index field type definition where DSL converters (applied when using the search DSL)
and projection converters (applied when projecting in a search query) can be set.
|
IndexFieldTypeFactory |
A factory for types of index fields.
|
IndexFieldTypeFactoryExtension<T> |
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
|
IndexFieldTypeFinalStep<F> |
The final step in an index field type definition, where the type can be retrieved.
|
IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>,F> |
The final step in an index field type definition, where optional parameters can be set.
|
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F> |
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>,F> |
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
|
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>> |
The initial and final step in a "string" index field type definition, where optional parameters can be set.
|