Interface IndexFieldTypeFinalStep<F>

Type Parameters:
F - The Java type of values held by fields.
All Known Subinterfaces:
ElasticsearchNativeIndexFieldTypeOptionsStep<S>, ElasticsearchStandardIndexFieldTypeOptionsStep<S,F>, IndexFieldTypeOptionsStep<S,F>, LuceneStandardIndexFieldTypeOptionsStep<S,F>, LuceneVectorFieldTypeOptionsStep<S,F>, ScaledNumberIndexFieldTypeOptionsStep<S,F>, SearchableProjectableIndexFieldTypeOptionsStep<S,F>, StandardIndexFieldTypeOptionsStep<S,F>, StringIndexFieldTypeOptionsStep<S>, VectorFieldTypeOptionsStep<S,F>

public interface IndexFieldTypeFinalStep<F>
The final step in an index field type definition, where the type can be retrieved.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create an IndexFieldType instance matching the definition given in the previous DSL steps.
  • Method Details