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>
,ScaledNumberIndexFieldTypeOptionsStep<S,F>
,StandardIndexFieldTypeOptionsStep<S,F>
,StringIndexFieldTypeOptionsStep<S>
public interface IndexFieldTypeFinalStep<F>
The final step in an index field type definition, where the type can be retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexFieldType<F>
toIndexFieldType()
Create anIndexFieldType
instance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
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.
-
-