Uses of Interface
org.hibernate.search.engine.backend.types.IndexFieldType
Packages that use IndexFieldType
Package
Description
-
Uses of IndexFieldType in org.hibernate.search.engine.backend.document.model.dsl
Methods in org.hibernate.search.engine.backend.document.model.dsl with parameters of type IndexFieldTypeModifier and TypeMethodDescriptionIndexSchemaElement.field
(String relativeFieldName, IndexFieldType<F> type) Add a field to this index schema element with the given type.IndexSchemaElement.fieldTemplate
(String templateName, IndexFieldType<?> type) Add a field template to this index schema element with the given type. -
Uses of IndexFieldType in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi with parameters of type IndexFieldTypeModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addField
(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType) Create a new field and add it to the current builder.IndexCompositeNodeBuilder.addFieldTemplate
(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix) Create a new field template and add it to the current builder.<F> void
ImplicitFieldCollector.addImplicitField
(String fieldName, IndexFieldType<F> indexFieldType) Create a new implicit field. -
Uses of IndexFieldType in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl that return IndexFieldTypeModifier and TypeMethodDescriptionIndexFieldTypeFinalStep.toIndexFieldType()
Create anIndexFieldType
instance matching the definition given in the previous DSL steps. -
Uses of IndexFieldType in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement IndexFieldTypeModifier and TypeClassDescriptionclass
AbstractIndexValueFieldType<SC extends SearchIndexScope<?>,
N extends SearchIndexValueFieldContext<SC>, F>