Uses of Class
org.hibernate.search.engine.backend.types.ObjectStructure
-
-
Uses of ObjectStructure in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type ObjectStructure Modifier and Type Method Description IndexObjectFieldBuilderAbstractElasticsearchIndexCompositeNodeBuilder. addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure)IndexSchemaFieldTemplateOptionsStep<?>AbstractElasticsearchIndexCompositeNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion) -
Uses of ObjectStructure in org.hibernate.search.backend.elasticsearch.types.impl
Constructors in org.hibernate.search.backend.elasticsearch.types.impl with parameters of type ObjectStructure Constructor Description Builder(ObjectStructure objectStructure) -
Uses of ObjectStructure in org.hibernate.search.backend.lucene.types.impl
Constructors in org.hibernate.search.backend.lucene.types.impl with parameters of type ObjectStructure Constructor Description Builder(ObjectStructure 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.impl
Methods in org.hibernate.search.engine.backend.document.model.dsl.impl with parameters of type ObjectStructure Modifier and Type Method Description IndexSchemaObjectFieldIndexSchemaElementImpl. objectField(String relativeFieldName, ObjectStructure structure)IndexSchemaFieldTemplateOptionsStep<?>IndexSchemaElementImpl. objectFieldTemplate(String templateName, ObjectStructure 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, TreeNodeInclusion inclusion, ObjectStructure structure)Create a new object field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>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 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 with parameters of type ObjectStructure Modifier and Type Method Description Optional<IndexedEmbeddedBindingContext>IndexBindingContext. 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 ObjectStructure Modifier and Type Method Description voidPojoIndexMappingCollectorValueNode. indexedEmbedded(PojoRawTypeIdentifier<?> definingType, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filterDefinition, boolean includeEmbeddedObjectId, Class<?> targetType) -
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return ObjectStructure Modifier and Type Method Description ObjectStructurestructure() -
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 ObjectStructure Modifier and Type Method Description PropertyMappingIndexedEmbeddedStepPropertyMappingIndexedEmbeddedStep. structure(ObjectStructure structure)
-