Uses of Interface
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexCompositeNode
Packages that use ElasticsearchIndexCompositeNode
Package
Description
-
Uses of ElasticsearchIndexCompositeNode 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 ElasticsearchIndexCompositeNodeModifier and TypeMethodDescriptionvoidElasticsearchIndexNodeContributor.contribute(ElasticsearchIndexNodeCollector collector, ElasticsearchIndexCompositeNode parentNode, Map<String, ElasticsearchIndexField> staticChildrenByNameForParent, AbstractTypeMapping parentMapping) -
Uses of ElasticsearchIndexCompositeNode in org.hibernate.search.backend.elasticsearch.document.model.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchIndexCompositeNodeModifier and TypeClassDescriptionfinal classfinal classMethods in org.hibernate.search.backend.elasticsearch.document.model.impl that return ElasticsearchIndexCompositeNodeModifier and TypeMethodDescriptionElasticsearchIndexNode.toComposite()ElasticsearchIndexObjectField.toComposite()Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchIndexCompositeNodeModifier and TypeMethodDescriptionprotected ElasticsearchIndexFieldElasticsearchIndexObjectFieldTemplate.createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) protected ElasticsearchIndexFieldElasticsearchIndexValueFieldTemplate.createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchIndexCompositeNodeModifierConstructorDescriptionElasticsearchIndexObjectField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String, ElasticsearchIndexField> notYetInitializedStaticChildren) ElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexValueFieldType<F> type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, TreeNodeInclusion inclusion, boolean multiValued, ElasticsearchIndexValueFieldType<?> type)