Uses of Interface
org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjection
Packages that use LuceneSearchProjection
Package
Description
-
Uses of LuceneSearchProjection in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type LuceneSearchProjectionModifier and TypeMethodDescription<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 LuceneSearchProjectionModifier and TypeClassDescriptionclassclassclassA projection on the distance from a given center to the GeoPoint defined in an index field.classclassclassclassclassLuceneFieldProjection<F,V, P, T> A projection on the values of an index field.classclassLuceneObjectProjection<E,V, P> A projection that yields one composite value per object in a given object field.classclassMethods in org.hibernate.search.backend.lucene.search.projection.impl that return LuceneSearchProjectionModifier and TypeMethodDescriptionstatic <P> LuceneSearchProjection<P>LuceneSearchProjection.from(LuceneSearchIndexScope<?> scope, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchProjectionModifierConstructorDescriptionLuceneEntityCompositeProjection(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 LuceneSearchProjectionModifierConstructorDescriptionLuceneByMappedTypeProjection(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 LuceneSearchProjectionModifier and TypeMethodDescription<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 LuceneSearchProjectionModifierConstructorDescriptionLuceneSearchQueryBuilder(LuceneWorkFactory workFactory, LuceneSyncWorkOrchestrator queryOrchestrator, LuceneSearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, LuceneSearchProjection<H> rootProjection)