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

RE: Wild card search not working

2015-11-30 Thread Allison, Timothy B.
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 Subject: Wild card search not working Hi - I've created a test program whe

RE: Wild card search not working

2015-11-30 Thread Allison, Timothy B.
umber that you're aware of. :) -Original Message- From: Douglas Kunzma [mailto:dkunzman...@gmail.com] Sent: Monday, November 30, 2015 6:59 AM To: java-user@lucene.apache.org Subject: Wild card search not working Hi - I've created a test program where I've been struggling with for

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