Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
Packages that use LuceneSearchIndexCompositeNodeContext
Package
Description
-
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.document.model.impl
Subinterfaces of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.document.model.implClasses in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexCompositeNodeContext -
Uses of LuceneSearchIndexCompositeNodeContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionprotected LuceneSearchIndexCompositeNodeContextLuceneSearchIndexScopeImpl.createMultiIndexSearchRootContext(List<LuceneSearchIndexCompositeNodeContext> rootForEachIndex) Method parameters in org.hibernate.search.backend.lucene.scope.model.impl with type arguments of type LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionprotected 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 LuceneSearchIndexCompositeNodeContextMethods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionprotected LuceneSearchIndexCompositeNodeContextLuceneMultiIndexSearchIndexCompositeNodeContext.self()LuceneMultiIndexSearchIndexValueFieldContext.toComposite()LuceneSearchIndexNodeContext.toComposite()LuceneMultiIndexSearchIndexValueFieldContext.toObjectField()LuceneSearchIndexNodeContext.toObjectField()Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionLuceneMultiIndexSearchIndexCompositeNodeContext.typeOf(LuceneSearchIndexCompositeNodeContext indexElement) Constructor parameters in org.hibernate.search.backend.lucene.search.common.impl with type arguments of type LuceneSearchIndexCompositeNodeContextModifierConstructorDescriptionLuceneMultiIndexSearchIndexCompositeNodeContext(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 LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionLuceneNamedPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) LuceneNestedPredicate.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 LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionorg.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 LuceneSearchIndexCompositeNodeContextModifier and TypeMethodDescriptionLuceneObjectExistsPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node)