Uses of Interface
org.hibernate.search.backend.lucene.search.projection.dsl.LuceneSearchProjectionFactory
Packages that use LuceneSearchProjectionFactory
Package
Description
-
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene that return types with arguments of type LuceneSearchProjectionFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return LuceneSearchProjectionFactoryModifier and TypeMethodDescription<R,E> LuceneSearchProjectionFactory<R, E> LuceneSearchIndexScopeImpl.projectionFactory() -
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene.search.projection.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.projection.dsl.impl that implement LuceneSearchProjectionFactoryMethods in org.hibernate.search.backend.lucene.search.projection.dsl.impl that return LuceneSearchProjectionFactoryModifier and TypeMethodDescription -
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene.search.query.dsl
Method parameters in org.hibernate.search.backend.lucene.search.query.dsl with type arguments of type LuceneSearchProjectionFactoryModifier and TypeMethodDescription<P> LuceneSearchQueryWhereStep<P,LOS> LuceneSearchQuerySelectStep.select(Function<? super LuceneSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) -
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.lucene.search.query.dsl.impl with type arguments of type LuceneSearchProjectionFactoryModifier and TypeMethodDescription<P> LuceneSearchQueryWhereStep<P,LOS> LuceneSearchQuerySelectStepImpl.select(Function<? super LuceneSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) -
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl that return LuceneSearchProjectionFactoryModifier and TypeMethodDescription<R,E> LuceneSearchProjectionFactory<R, E> LuceneSearchQueryIndexScope.projectionFactory()