Hi there
 
I am searching for a way to store very large documents in a Lucene 4.7 index 
and keep them ready to use the PostingsHighlighter for search result 
highlighting.
 
I do not want to read the whole document into memory, as this would consume too 
much memory or could cause an OutOHeapSpace. So i have to use a Reader. 
Unfortunately i cannot pass a Reader to a Field with FieldType.stored() = true. 
Any ideas? Code examples would be very cool :-)
 
Thanks in advance
Mirko

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to