Uses of Enum Class
org.hibernate.search.engine.backend.types.ObjectStructure
Packages that use ObjectStructure
Package
Description
-
Uses of ObjectStructure in org.hibernate.search.engine.backend.document.model.dsl
Methods in org.hibernate.search.engine.backend.document.model.dsl with parameters of type ObjectStructureModifier and TypeMethodDescriptionIndexSchemaElement.objectField(String relativeFieldName, ObjectStructure structure) Add an object field to this index schema element with the given structure.IndexSchemaElement.objectFieldTemplate(String templateName, ObjectStructure structure) Add an object field template to this index schema element with the given structure. -
Uses of ObjectStructure 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 ObjectStructureModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure) Create a new object field and add it to the current builder.IndexCompositeNodeBuilder.addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion) Create a new object field template and add it to the current builder. -
Uses of ObjectStructure in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return ObjectStructureModifier and TypeMethodDescriptionstatic ObjectStructureReturns the enum constant of this class with the specified name.static ObjectStructure[]ObjectStructure.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectStructure in org.hibernate.search.engine.backend.types.spi
Constructors in org.hibernate.search.engine.backend.types.spi with parameters of type ObjectStructure -
Uses of ObjectStructure in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type ObjectStructureModifier and TypeMethodDescriptionIndexBindingContext.addIndexedEmbeddedIfIncluded(MappingElement mappingElement, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filter, boolean multiValued)