Uses of Class
org.hibernate.search.engine.backend.types.ObjectStructure
-
-
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 ObjectStructure Modifier and Type Method Description IndexSchemaObjectFieldIndexSchemaElement. objectField(String relativeFieldName, ObjectStructure structure)Add an object field to this index schema element with the given structure.IndexSchemaFieldTemplateOptionsStep<?>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 ObjectStructure Modifier and Type Method Description IndexObjectFieldBuilderIndexCompositeNodeBuilder. addObjectField(String relativeFieldName, IndexFieldInclusion inclusion, ObjectStructure structure)Create a new object field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>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 ObjectStructure in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return ObjectStructure Modifier and Type Method Description static ObjectStructureObjectStructure. valueOf(String name)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 Constructor Description Builder(ObjectStructure objectStructure) -
Uses of ObjectStructure in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ObjectStructure Modifier and Type Method Description ObjectStructureIndexedEmbeddedDefinition. structure()Constructors in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type ObjectStructure Constructor Description IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths)
-