Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexCompositeNodeContext
-
-
Uses of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.document.model.impl
Subinterfaces of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.document.model.impl Modifier and Type Interface Description interfaceElasticsearchIndexCompositeNodeClasses in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Class Description classElasticsearchIndexObjectFieldclassElasticsearchIndexRoot -
Uses of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexCompositeNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchRootContext(List<ElasticsearchSearchIndexCompositeNodeContext> rootForEachIndex)Method parameters in org.hibernate.search.backend.elasticsearch.scope.model.impl with type arguments of type ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexCompositeNodeContextElasticsearchSearchIndexScopeImpl. createMultiIndexSearchRootContext(List<ElasticsearchSearchIndexCompositeNodeContext> rootForEachIndex) -
Uses of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.search.common.impl
Classes in org.hibernate.search.backend.elasticsearch.search.common.impl that implement ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Class Description classElasticsearchMultiIndexSearchIndexCompositeNodeContextMethods in org.hibernate.search.backend.elasticsearch.search.common.impl that return ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexCompositeNodeContextElasticsearchMultiIndexSearchIndexCompositeNodeContext. self()ElasticsearchSearchIndexCompositeNodeContextElasticsearchMultiIndexSearchIndexValueFieldContext. toComposite()ElasticsearchSearchIndexCompositeNodeContextElasticsearchSearchIndexNodeContext. toComposite()ElasticsearchSearchIndexCompositeNodeContextElasticsearchMultiIndexSearchIndexValueFieldContext. toObjectField()ElasticsearchSearchIndexCompositeNodeContextElasticsearchSearchIndexNodeContext. toObjectField()Methods in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description protected ElasticsearchSearchIndexCompositeNodeTypeContextElasticsearchMultiIndexSearchIndexCompositeNodeContext. typeOf(ElasticsearchSearchIndexCompositeNodeContext indexElement)Constructor parameters in org.hibernate.search.backend.elasticsearch.search.common.impl with type arguments of type ElasticsearchSearchIndexCompositeNodeContext Constructor Description ElasticsearchMultiIndexSearchIndexCompositeNodeContext(ElasticsearchSearchIndexScope<?> scope, String absolutePath, List<? extends ElasticsearchSearchIndexCompositeNodeContext> nodeForEachIndex) -
Uses of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description ExistsPredicateBuilderElasticsearchExistsPredicate.ObjectFieldFactory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node)NamedPredicateBuilderElasticsearchNamedPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node)NestedPredicateBuilderElasticsearchNestedPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node) -
Uses of ElasticsearchSearchIndexCompositeNodeContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexCompositeNodeContext Modifier and Type Method Description org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchObjectProjection.BuilderElasticsearchObjectProjection.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext objectField)
-