Uses of Interface
org.hibernate.search.backend.lucene.search.projection.dsl.LuceneSearchProjectionFactory
-
-
Uses of LuceneSearchProjectionFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene that return types with arguments of type LuceneSearchProjectionFactory Modifier and Type Method Description Optional<LuceneSearchProjectionFactory<R,E>>LuceneExtension. 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 LuceneSearchProjectionFactory Modifier and Type Method Description <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 LuceneSearchProjectionFactory Modifier and Type Class Description classLuceneSearchProjectionFactoryImpl<R,E>Methods in org.hibernate.search.backend.lucene.search.projection.dsl.impl that return LuceneSearchProjectionFactory Modifier and Type Method Description LuceneSearchProjectionFactory<R,E>LuceneSearchProjectionFactoryImpl. withRoot(String objectFieldPath) -
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 LuceneSearchProjectionFactory Modifier and Type Method Description <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 LuceneSearchProjectionFactory Modifier and Type Method Description <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 LuceneSearchProjectionFactory Modifier and Type Method Description <R,E>
LuceneSearchProjectionFactory<R,E>LuceneSearchQueryIndexScope. projectionFactory()
-