Interface IndexFieldTypeFinalStep<F>
-
- Type Parameters:
F- The Java type of values held by fields.
- All Known Subinterfaces:
IndexFieldTypeOptionsStep<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 anIndexFieldTypeinstance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
toIndexFieldType
IndexFieldType<F> toIndexFieldType()
Create anIndexFieldTypeinstance matching the definition given in the previous DSL steps.- Returns:
- The
IndexFieldTyperesulting from the previous DSL steps.
-
-