Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeOptionsStep
-
-
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl Modifier and Type Interface Description interfaceElasticsearchNativeIndexFieldTypeOptionsStep<S extends ElasticsearchNativeIndexFieldTypeOptionsStep<?>>interfaceElasticsearchStandardIndexFieldTypeOptionsStep<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.dsl Modifier and Type Interface Description interfaceLuceneStandardIndexFieldTypeOptionsStep<S extends LuceneStandardIndexFieldTypeOptionsStep<?,F>,F>Methods in org.hibernate.search.backend.lucene.types.dsl that return IndexFieldTypeOptionsStep Modifier and Type Method Description default <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.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return IndexFieldTypeOptionsStep Modifier and Type Method Description <F> IndexFieldTypeOptionsStep<?,F>LuceneIndexFieldTypeFactoryImpl. asNative(Class<F> indexFieldType, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor) -
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 IndexFieldTypeOptionsStep Modifier and Type Interface Description interfaceIndexFieldTypeOptionsStep<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.dsl Modifier and Type Interface Description interfaceScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F>The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interfaceStandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>,F>The initial and final step in a "standard" index field type definition, where optional parameters can be set.interfaceStringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>>The initial and final step in a "string" 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 IndexFieldTypeOptionsStep Modifier and Type Method Description <V2,F>
voidValueBindingContext. bridge(Class<V2> expectedValueType, BeanHolder<? extends ValueBridge<V2,F>> bridgeHolder, IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)Sets the bridge implementing the value/index binding.<V2,F>
voidValueBindingContext. 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.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type IndexFieldTypeOptionsStep Modifier and Type Method Description <V2,F>
voidValueBindingContextImpl. bridge(Class<V2> expectedValueType, BeanHolder<? extends ValueBridge<V2,F>> bridgeHolder, IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)<V2,F>
voidValueBindingContextImpl. bridge(Class<V2> expectedValueType, ValueBridge<V2,F> bridge, IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep) -
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.logging.impl
-