Uses of Interface
org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjection.Extractor
Packages that use LuceneSearchProjection.Extractor
-
Uses of LuceneSearchProjection.Extractor in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl that implement LuceneSearchProjection.ExtractorModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.hibernate.search.backend.lucene.search.projection.impl that return LuceneSearchProjection.ExtractorModifier and TypeMethodDescriptionLuceneByMappedTypeProjection.request(ProjectionRequestContext context) LuceneConstantProjection.request(ProjectionRequestContext context) LuceneDistanceToFieldProjection.request(ProjectionRequestContext context) LuceneEntityCompositeProjection.request(ProjectionRequestContext context) LuceneEntityLoadingProjection.request(ProjectionRequestContext context) LuceneEntityReferenceProjection.request(ProjectionRequestContext context) LuceneFieldHighlightProjection.request(ProjectionRequestContext context) LuceneIdProjection.request(ProjectionRequestContext context) LuceneObjectProjection.request(ProjectionRequestContext context) LuceneSearchProjection.request(ProjectionRequestContext context) Request the collection of per-document data that will be used invalues(ProjectionExtractContext), making sure that the requirements for this projection are met.LuceneThrowingProjection.request(ProjectionRequestContext context) LuceneWithParametersProjection.request(ProjectionRequestContext context) Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchProjection.ExtractorModifier and TypeMethodDescriptionstatic <Z> ZLuceneSearchProjection.Extractor.transformUnsafe(LuceneSearchProjection.Extractor<?, Z> extractor, LoadingResult<?> loadingResult, Object extractedData, ProjectionTransformContext context) Transforms the extracted data and casts it to the right type.