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>
,ScaledNumberIndexFieldTypeOptionsStep<S,F>
,StandardIndexFieldTypeOptionsStep<S,F>
,StringIndexFieldTypeOptionsStep<S>
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.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
dslConverter, projectionConverter
-
Methods inherited from interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
toIndexFieldType
-
-