Wild card search not working

2015-11-30 Thread Douglas Kunzma
Hi - I've created a test program where I've been struggling with for a couple of days trying to get wild card searches working in Lucene. I have some Solr experience but this is the first time that I'm working with Lucene. I've copied the entire program to github here: luceneseach2

Re: Wild card search not working

2015-11-30 Thread Douglas Kunzma
ng? So...the search is working, but the term > counts aren't returning what you'd expect? > > > -Original Message- > From: Douglas Kunzma [mailto:dkunzman...@gmail.com] > Sent: Monday, November 30, 2015 6:59 AM > To: java-user@lucene.apache.org > Subjec

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