Class LuceneFieldHighlightProjection<T>
java.lang.Object
org.hibernate.search.backend.lucene.search.projection.impl.LuceneFieldHighlightProjection<T>
- All Implemented Interfaces:
LuceneSearchProjection<T>,SearchProjection<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classNested classes/interfaces inherited from interface org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjection
LuceneSearchProjection.Extractor<E,P> -
Field Summary
Fields inherited from interface org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjection
log -
Method Summary
Modifier and TypeMethodDescriptionrequest(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.toString()
-
Method Details
-
toString
-
indexNames
- Specified by:
indexNamesin interfaceLuceneSearchProjection<T>
-
request
Description copied from interface:LuceneSearchProjectionRequest the collection of per-document data that will be used inLuceneSearchProjection.Extractor.values(ProjectionExtractContext), making sure that the requirements for this projection are met.- Specified by:
requestin interfaceLuceneSearchProjection<T>- Parameters:
context- An execution context for the request.- Returns:
- An
LuceneSearchProjection.Extractor, to extract the result of the projection from the Elasticsearch response.
-