Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
-
-
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.document.model.impl
Subinterfaces of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.document.model.impl Modifier and Type Interface Description interfaceLuceneIndexCompositeNodeClasses in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexCompositeNodeContext Modifier and Type Class Description classLuceneIndexObjectFieldclassLuceneIndexRoot -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description protected LuceneSearchIndexCompositeNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchRootContext(List<LuceneSearchIndexCompositeNodeContext> rootForEachIndex)Method parameters in org.hibernate.search.backend.lucene.scope.model.impl with type arguments of type LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description protected LuceneSearchIndexCompositeNodeContextLuceneSearchIndexScopeImpl. createMultiIndexSearchRootContext(List<LuceneSearchIndexCompositeNodeContext> rootForEachIndex) -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl that implement LuceneSearchIndexCompositeNodeContext Modifier and Type Class Description classLuceneMultiIndexSearchIndexCompositeNodeContextMethods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description protected LuceneSearchIndexCompositeNodeContextLuceneMultiIndexSearchIndexCompositeNodeContext. self()LuceneSearchIndexCompositeNodeContextLuceneMultiIndexSearchIndexValueFieldContext. toComposite()LuceneSearchIndexCompositeNodeContextLuceneSearchIndexNodeContext. toComposite()LuceneSearchIndexCompositeNodeContextLuceneMultiIndexSearchIndexValueFieldContext. toObjectField()LuceneSearchIndexCompositeNodeContextLuceneSearchIndexNodeContext. toObjectField()Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description protected LuceneSearchIndexCompositeNodeTypeContextLuceneMultiIndexSearchIndexCompositeNodeContext. typeOf(LuceneSearchIndexCompositeNodeContext indexElement)Constructor parameters in org.hibernate.search.backend.lucene.search.common.impl with type arguments of type LuceneSearchIndexCompositeNodeContext Constructor Description LuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex) -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.search.predicate.impl
Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description NamedPredicateBuilderLuceneNamedPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node)NestedPredicateBuilderLuceneNestedPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description org.hibernate.search.backend.lucene.search.projection.impl.LuceneObjectProjection.BuilderLuceneObjectProjection.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl with parameters of type LuceneSearchIndexCompositeNodeContext Modifier and Type Method Description ExistsPredicateBuilderLuceneObjectExistsPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node)
-