Uses of Class
org.hibernate.search.backend.lucene.search.projection.impl.ProjectionRequestContext
-
Packages that use ProjectionRequestContext Package Description org.hibernate.search.backend.lucene.search.highlighter.impl org.hibernate.search.backend.lucene.search.projection.impl -
-
Uses of ProjectionRequestContext in org.hibernate.search.backend.lucene.search.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type ProjectionRequestContext Modifier and Type Method Description voidLuceneAbstractSearchHighlighter. request(ProjectionRequestContext context, String absoluteFieldPath) -
Uses of ProjectionRequestContext in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl that return ProjectionRequestContext Modifier and Type Method Description ProjectionRequestContextProjectionRequestContext. forField(String absoluteFieldPath, boolean nestedObject)ProjectionRequestContextProjectionRequestContext. root()Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionRequestContext Modifier and Type Method Description LuceneSearchProjection.Extractor<?,P>LuceneByMappedTypeProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,T>LuceneConstantProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,P>LuceneDistanceToFieldProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,E>LuceneEntityCompositeProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,E>LuceneEntityLoadingProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,R>LuceneEntityReferenceProjection. request(ProjectionRequestContext context)org.hibernate.search.backend.lucene.search.projection.impl.LuceneFieldHighlightProjection.FieldHighlightExtractor<?>LuceneFieldHighlightProjection. request(ProjectionRequestContext context)org.hibernate.search.backend.lucene.search.projection.impl.LuceneFieldProjection.ValueFieldExtractor<?>LuceneFieldProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,I>LuceneIdProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,P>LuceneObjectProjection. request(ProjectionRequestContext context)LuceneSearchProjection.Extractor<?,P>LuceneSearchProjection. request(ProjectionRequestContext context)Request the collection of per-document data that will be used inLuceneSearchProjection.Extractor.values(ProjectionExtractContext), making sure that the requirements for this projection are met.LuceneSearchProjection.Extractor<?,T>LuceneThrowingProjection. request(ProjectionRequestContext context)
-