Uses of Class
org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
-
Packages that use IndexFieldInclusion Package Description org.hibernate.search.engine.backend.document.model.dsl.spi org.hibernate.search.engine.backend.document.model.spi -
-
Uses of IndexFieldInclusion 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 IndexFieldInclusion Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>
IndexSchemaObjectNodeBuilder. addField(String relativeFieldName, IndexFieldInclusion inclusion, IndexFieldType<F> indexFieldType)
Create a new field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>
IndexSchemaObjectNodeBuilder. addFieldTemplate(String templateName, IndexFieldInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix)
Create a new field template and add it to the current builder.IndexSchemaObjectFieldNodeBuilder
IndexSchemaObjectNodeBuilder. addObjectField(String relativeFieldName, IndexFieldInclusion inclusion, ObjectStructure structure)
Create a new object field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>
IndexSchemaObjectNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, IndexFieldInclusion inclusion)
Create a new object field template and add it to the current builder. -
Uses of IndexFieldInclusion in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return IndexFieldInclusion Modifier and Type Method Description IndexFieldInclusion
IndexFieldInclusion. compose(IndexFieldInclusion childInclusion)
static IndexFieldInclusion
IndexFieldInclusion. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexFieldInclusion[]
IndexFieldInclusion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.backend.document.model.spi with parameters of type IndexFieldInclusion Modifier and Type Method Description IndexFieldInclusion
IndexFieldInclusion. compose(IndexFieldInclusion childInclusion)
abstract <T> T
IndexFieldFilter. filter(T field, IndexFieldInclusion inclusion)
-