> The fastest way to reconstruct the token 
> stream would  
> be to use the TermFreqVector but if you didn't store it at 
> index time  
> you would have traverse the inverted index using TermEnum and  
> TermPositions in order to pick up the term values and 
> positions. This  
> can be a rather time consuming process if you have a large index.

OK, then I better reindex from source. Thank you.


---------------------------------------------------------------------
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