Re: No hits while searching!

2009-06-01 Thread Matthew Hall
you use stopword filtering? Sincerely, Sithu D Sudarsan -Original Message- From: vanshi [mailto:nilu.tha...@gmail.com] Sent: Monday, June 01, 2009 11:39 AM To: java-user@lucene.apache.org Subject: Re: No hits while searching! Thanks Erick, I was able to get this work...as you said ..Luke is

Re: No hits while searching!

2009-06-01 Thread vanshi
se stopword filtering? >> >> Sincerely, >> Sithu D Sudarsan >> >> -Original Message- >> From: vanshi [mailto:nilu.tha...@gmail.com] >> Sent: Monday, June 01, 2009 11:39 AM >> To: java-user@lucene.apache.org >> Subject: Re: No hits while se

Re: No hits while searching!

2009-06-01 Thread Matthew Hall
anshi [mailto:nilu.tha...@gmail.com] Sent: Monday, June 01, 2009 11:39 AM To: java-user@lucene.apache.org Subject: Re: No hits while searching! Thanks Erick, I was able to get this work...as you said ..Luke is a great tool to look in to what gets stored as indexes though in my case I was searching before the in

RE: No hits while searching!

2009-06-01 Thread Sudarsan, Sithu D.
Do you use stopword filtering? Sincerely, Sithu D Sudarsan -Original Message- From: vanshi [mailto:nilu.tha...@gmail.com] Sent: Monday, June 01, 2009 11:39 AM To: java-user@lucene.apache.org Subject: Re: No hits while searching! Thanks Erick, I was able to get this work...as you

Re: No hits while searching!

2009-06-01 Thread vanshi
Thanks Erick, I was able to get this work...as you said ..Luke is a great tool to look in to what gets stored as indexes though in my case I was searching before the indexes were created so i was getting zero hits. On side note, I'm running a strange output with prefix query...it only works when

Re: No hits while searching!

2009-05-27 Thread Erick Erickson
The most common issue with this kind of thing is that UN_TOKENIZEDimplies no case folding. So if your case differs you won't get a match. That aside, the very first thing I'd do is get a copy of Luke (google Lucene Luke) and examine the index to see if what's in your index is what you *think* is i