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 TypeMethodDescriptionCreate anIndexFieldType
instance matching the definition given in the previous DSL steps.
-
Method Details
-
toIndexFieldType
IndexFieldType<F> toIndexFieldType()Create anIndexFieldType
instance matching the definition given in the previous DSL steps.- Returns:
- The
IndexFieldType
resulting from the previous DSL steps.
-