Uses of Interface
org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjection
-
-
Uses of LuceneSearchProjection in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type LuceneSearchProjection Modifier and Type Method Description <H> LuceneSearchQueryBuilder<H>IndexManagerBackendContext. createSearchQueryBuilder(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection) -
Uses of LuceneSearchProjection in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl that implement LuceneSearchProjection Modifier and Type Class Description classLuceneByMappedTypeProjection<P>classLuceneConstantProjection<T>classLuceneDistanceToFieldProjection<P>A projection on the distance from a given center to the GeoPoint defined in an index field.classLuceneEntityCompositeProjection<E>classLuceneEntityLoadingProjection<E>classLuceneEntityReferenceProjection<R>classLuceneFieldHighlightProjectionclassLuceneFieldProjection<F,V,P>A projection on the values of an index field.classLuceneIdProjection<I>classLuceneObjectProjection<E,V,P>A projection that yields one composite value per object in a given object field.classLuceneThrowingProjection<T>Methods in org.hibernate.search.backend.lucene.search.projection.impl that return LuceneSearchProjection Modifier and Type Method Description static <P> LuceneSearchProjection<P>LuceneSearchProjection. from(LuceneSearchIndexScope<?> scope, SearchProjection<P> projection)Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchProjection Constructor Description LuceneEntityCompositeProjection(LuceneSearchIndexScope<?> scope, LuceneSearchProjection<E> delegate)LuceneObjectProjection(org.hibernate.search.backend.lucene.search.projection.impl.LuceneObjectProjection.Builder builder, LuceneSearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider)Constructor parameters in org.hibernate.search.backend.lucene.search.projection.impl with type arguments of type LuceneSearchProjection Constructor Description LuceneByMappedTypeProjection(LuceneSearchIndexScope<?> scope, Map<String,LuceneSearchProjection<? extends P>> inners) -
Uses of LuceneSearchProjection in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type LuceneSearchProjection Modifier and Type Method Description <H> LuceneSearchQueryBuilder<H>SearchBackendContext. createSearchQueryBuilder(LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection)Constructors in org.hibernate.search.backend.lucene.search.query.impl with parameters of type LuceneSearchProjection Constructor Description LuceneSearchQueryBuilder(LuceneWorkFactory workFactory, LuceneSyncWorkOrchestrator queryOrchestrator, LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection, LuceneIdReader idReader)
-