Position and Range Information

2015-12-11 Thread Douglas Kunzma
All - I'm using a TextField and a BufferedReader to add text to a Lucene Document object. Can I still get all of the matches in a Document including the position information and start and end offset using Lucene 5.3.1? Thanks, Doug

Re: Position and Range Information

2015-12-11 Thread Ahmet Arslan
Hi, Yes, TextField includes positions. Ahmet On Friday, December 11, 2015 5:40 PM, Douglas Kunzma wrote: All - I'm using a TextField and a BufferedReader to add text to a Lucene Document object. Can I still get all of the matches in a Document including the position information and start an