Interface IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>,F>

Type Parameters:
S - The "self" type (the actual exposed type of this step).
F - The type of field values.
All Superinterfaces:
IndexFieldTypeConverterStep<S,F>, IndexFieldTypeFinalStep<F>
All Known Subinterfaces:
ElasticsearchNativeIndexFieldTypeOptionsStep<S>, ElasticsearchStandardIndexFieldTypeOptionsStep<S,F>, LuceneStandardIndexFieldTypeOptionsStep<S,F>, LuceneVectorFieldTypeOptionsStep<S,F>, ScaledNumberIndexFieldTypeOptionsStep<S,F>, SearchableProjectableIndexFieldTypeOptionsStep<S,F>, StandardIndexFieldTypeOptionsStep<S,F>, StringIndexFieldTypeOptionsStep<S>, VectorFieldTypeOptionsStep<S,F>

public interface IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>,F> extends IndexFieldTypeFinalStep<F>, IndexFieldTypeConverterStep<S,F>
The final step in an index field type definition, where optional parameters can be set.