Uses of Interface
org.hibernate.search.engine.backend.document.IndexFieldReference
-
-
Uses of IndexFieldReference in org.hibernate.search.backend.elasticsearch.document.impl
Classes in org.hibernate.search.backend.elasticsearch.document.impl that implement IndexFieldReference Modifier and Type Class Description classElasticsearchIndexFieldReference<F>Methods in org.hibernate.search.backend.elasticsearch.document.impl with parameters of type IndexFieldReference Modifier and Type Method Description <F> voidElasticsearchDocumentObjectBuilder. addValue(IndexFieldReference<F> fieldReference, F value) -
Uses of IndexFieldReference in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return types with arguments of type IndexFieldReference Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>AbstractElasticsearchIndexCompositeNodeBuilder. addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType) -
Uses of IndexFieldReference in org.hibernate.search.backend.lucene.document.impl
Classes in org.hibernate.search.backend.lucene.document.impl that implement IndexFieldReference Modifier and Type Class Description classLuceneIndexFieldReference<F> -
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document with parameters of type IndexFieldReference Modifier and Type Method Description <F> voidDocumentElement. addValue(IndexFieldReference<F> fieldReference, F value)Add a new value to a field in this document element. -
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document.model.dsl
Methods in org.hibernate.search.engine.backend.document.model.dsl that return types with arguments of type IndexFieldReference Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElement. field(String relativeFieldName, Function<? super IndexFieldTypeFactory,? extends IndexFieldTypeFinalStep<F>> typeContributor)Add a field to this index schema element with the type to be defined by the given function.default <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElement. field(String relativeFieldName, IndexFieldTypeFinalStep<F> dslFinalStep)Add a field to this index schema element with the given almost-built type.<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElement. field(String relativeFieldName, IndexFieldType<F> type)Add a field to this index schema element with the given type. -
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document.model.dsl.impl
Methods in org.hibernate.search.engine.backend.document.model.dsl.impl that return types with arguments of type IndexFieldReference Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElementImpl. field(String relativeFieldName, Function<? super IndexFieldTypeFactory,? extends IndexFieldTypeFinalStep<F>> typeContributor)<F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElementImpl. field(String relativeFieldName, IndexFieldType<F> type) -
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return types with arguments of type IndexFieldReference Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexCompositeNodeBuilder. addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType)Create a new field and add it to the current builder. -
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document.spi
Methods in org.hibernate.search.engine.backend.document.spi with parameters of type IndexFieldReference Modifier and Type Method Description <F> voidNoOpDocumentElement. addValue(IndexFieldReference<F> fieldReference, F value) -
Uses of IndexFieldReference in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return IndexFieldReference Modifier and Type Method Description IndexFieldReference<F>BoundValueBridge. getIndexFieldReference() -
Uses of IndexFieldReference in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type IndexFieldReference Constructor Description PojoIndexingProcessorValueBridgeNode(BeanHolder<? extends ValueBridge<? super V,F>> bridgeHolder, IndexFieldReference<F> indexFieldReference)
-