Reuse Document

2013-04-06 Thread Wei Wang
Lucene encourages to re-use Document by setting new values for Fields contained within a Document object. This assumes there is no change to the number and types of Fields contained in a Document object during indexing. If the number and types of Fields contained in a Document object changes from

Highlighting search words in full document

2013-04-06 Thread Darren Hoffman
I am creating a Bible search app that indexes each verse of the bible as a separate document. When a user selects a verse from search results, I am wanting to show an entire chapter of the Bible with the search words highlighted. I'm using the FastVectorHighlighter and would like to know the best a