Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Current Hits result only contains the lucene docId, score and assuming there will be a field with the name "contents".
This feature will allow specifying a new header value
.setHeader("RETURN_LUCENE_DOCS",constant("true"))
and return the actual lucene documents part of the Hits for further processing. This will allow us to retrieve any field from the actual lucene document.
Both Lucene component and LuceneQueryProcessor should support this new header.