Uses of Interface
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexCompositeNode
-
Packages that use ElasticsearchIndexCompositeNode Package Description org.hibernate.search.backend.elasticsearch.document.model.dsl.impl org.hibernate.search.backend.elasticsearch.document.model.impl -
-
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 ElasticsearchIndexCompositeNode Modifier and Type Method Description voidElasticsearchIndexNodeContributor. 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 ElasticsearchIndexCompositeNode Modifier and Type Class Description classElasticsearchIndexObjectFieldclassElasticsearchIndexRootMethods in org.hibernate.search.backend.elasticsearch.document.model.impl that return ElasticsearchIndexCompositeNode Modifier and Type Method Description ElasticsearchIndexCompositeNodeElasticsearchIndexNode. toComposite()ElasticsearchIndexCompositeNodeElasticsearchIndexObjectField. toComposite()Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchIndexCompositeNode Modifier and Type Method Description protected 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)
-