Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeOptionsStep
Packages that use IndexFieldTypeOptionsStep
Package
Description
-
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dslModifier and TypeInterfaceDescriptioninterface
ElasticsearchNativeIndexFieldTypeOptionsStep<S extends ElasticsearchNativeIndexFieldTypeOptionsStep<?>>
interface
ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,
F>, F> -
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of IndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterface
interface
LuceneVectorFieldTypeOptionsStep<S extends LuceneVectorFieldTypeOptionsStep<?,
F>, F> Methods in org.hibernate.search.backend.lucene.types.dsl that return IndexFieldTypeOptionsStepModifier and TypeMethodDescriptiondefault <F> IndexFieldTypeOptionsStep<?,
F> LuceneIndexFieldTypeFactory.asNative
(Class<F> valueType, LuceneFieldContributor<F> fieldContributor) Define a native field type on which projection is not allowed.<F> IndexFieldTypeOptionsStep<?,
F> LuceneIndexFieldTypeFactory.asNative
(Class<F> valueType, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor) Define a native field type. -
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type IndexFieldTypeOptionsStepModifier and TypeInterfaceDescriptioninterface
IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,
F>, F> The final step in an index field type definition, where optional parameters can be set.Subinterfaces of IndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dslModifier and TypeInterfaceDescriptioninterface
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interface
SearchableProjectableIndexFieldTypeOptionsStep<S extends SearchableProjectableIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "searchable/projectable" index field type definition, where optional parameters can be set.interface
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "standard" index field type definition, where optional parameters can be set.interface
The initial and final step in a "string" index field type definition, where optional parameters can be set.interface
VectorFieldTypeOptionsStep<S extends VectorFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "vector" index field type definition, where optional parameters can be set. -
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type IndexFieldTypeOptionsStepModifier and TypeMethodDescription<V2,
F> void ValueBindingContext.bridge
(Class<V2> expectedValueType, BeanHolder<? extends ValueBridge<V2, F>> bridgeHolder, IndexFieldTypeOptionsStep<?, F> fieldTypeOptionsStep) Sets the bridge implementing the value/index binding.<V2,
F> void ValueBindingContext.bridge
(Class<V2> expectedValueType, ValueBridge<V2, F> bridge, IndexFieldTypeOptionsStep<?, F> fieldTypeOptionsStep) Sets the bridge implementing the value/index binding. -
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return IndexFieldTypeOptionsStepModifier and TypeMethodDescriptiondefault <F> IndexFieldTypeOptionsStep<?,
F> FieldModelContributor.inferDefaultFieldType
(IndexFieldTypeFactory factory, Class<F> clazz)