Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.spi.IndexObjectFieldBuilder
Packages that use IndexObjectFieldBuilder
Package
Description
-
Uses of IndexObjectFieldBuilder in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return IndexObjectFieldBuilderModifier and TypeMethodDescriptionAbstractElasticsearchIndexCompositeNodeBuilder.addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure) -
Uses of IndexObjectFieldBuilder in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return IndexObjectFieldBuilderModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure) Create a new object field and add it to the current builder.