| IndexFieldTypeConverterStep |
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 |
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
|
| IndexFieldTypeFinalStep |
The final step in an index field type definition, where the type can be retrieved.
|
| IndexFieldTypeOptionsStep |
The final step in an index field type definition, where optional parameters can be set.
|
| ScaledNumberIndexFieldTypeOptionsStep |
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
| StandardIndexFieldTypeOptionsStep |
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
|
| StringIndexFieldTypeOptionsStep |
The initial and final step in a "string" index field type definition, where optional parameters can be set.
|