Uses of Enum
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 ObjectStructure
Returns the enum constant of this type with the specified name.static ObjectStructure[]
ObjectStructure.values()
Returns an array containing the constants of this enum type, 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) -
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type ObjectStructureModifier and TypeMethodDescriptionvoid
PojoIndexMappingCollectorValueNode.indexedEmbedded
(PojoRawTypeIdentifier<?> definingType, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filterDefinition, boolean includeEmbeddedObjectId, Class<?> targetType) -
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ObjectStructureModifier and TypeMethodDescriptionPropertyMappingIndexedEmbeddedStep.structure
(ObjectStructure structure)