Uses of Enum
org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
Packages that use IndexFieldInclusion
Package
Description
-
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 IndexFieldInclusionModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addField(String relativeFieldName, IndexFieldInclusion inclusion, IndexFieldType<F> indexFieldType) Create a new field and add it to the current builder.IndexCompositeNodeBuilder.addFieldTemplate(String templateName, IndexFieldInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix) Create a new field template and add it to the current builder.IndexCompositeNodeBuilder.addNamedPredicate(String relativeNamedPredicateName, IndexFieldInclusion inclusion, NamedPredicateProvider provider) Create a new named predicate and add it to the current builder.IndexCompositeNodeBuilder.addObjectField(String relativeFieldName, IndexFieldInclusion inclusion, ObjectStructure structure) Create a new object field and add it to the current builder.IndexCompositeNodeBuilder.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
Fields in org.hibernate.search.engine.backend.document.model.spi declared as IndexFieldInclusionModifier and TypeFieldDescriptionprotected final IndexFieldInclusionAbstractIndexField.inclusionMethods in org.hibernate.search.engine.backend.document.model.spi that return IndexFieldInclusionModifier and TypeMethodDescriptionIndexFieldInclusion.compose(IndexFieldInclusion childInclusion) final IndexFieldInclusionAbstractIndexField.inclusion()final IndexFieldInclusionAbstractIndexFieldTemplate.inclusion()final IndexFieldInclusionAbstractIndexRoot.inclusion()IndexNode.inclusion()static IndexFieldInclusionReturns 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 IndexFieldInclusionModifier and TypeMethodDescriptionIndexFieldInclusion.compose(IndexFieldInclusion childInclusion) protected abstract FAbstractIndexFieldTemplate.createNode(C parent, String relativePath, FT type, IndexFieldInclusion inclusion, boolean multiValued) abstract <T> TIndexFieldFilter.filter(T field, IndexFieldInclusion inclusion) Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type IndexFieldInclusionModifierConstructorDescriptionAbstractIndexField(C parent, String relativeFieldName, NT type, IndexFieldInclusion inclusion, boolean multiValued) AbstractIndexFieldTemplate(C declaringParent, SimpleGlobPattern absolutePathGlob, FT type, IndexFieldInclusion inclusion, boolean multiValued) AbstractIndexObjectField(C parent, String relativeFieldName, NT type, IndexFieldInclusion inclusion, boolean multiValued, Map<String, F> notYetInitializedStaticChildren) AbstractIndexValueField(C parent, String relativeFieldName, FT type, IndexFieldInclusion inclusion, boolean multiValued)