Uses of Interface
org.hibernate.search.engine.backend.document.IndexFieldReference
Packages that use IndexFieldReference
Package
Description
-
Uses of IndexFieldReference in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document with parameters of type IndexFieldReferenceModifier and TypeMethodDescription<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 IndexFieldReferenceModifier and TypeMethodDescriptionIndexSchemaElement.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.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.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return types with arguments of type IndexFieldReferenceModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.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 IndexFieldReferenceModifier and TypeMethodDescription<F> voidNoOpDocumentElement.addValue(IndexFieldReference<F> fieldReference, F value)