Uses of Interface
org.hibernate.search.engine.backend.document.IndexFieldReference
-
-
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.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, IndexFieldInclusion 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)
-