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