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
= new TermQuery(new
>> Term(LAST_NAME_EXACT.toString(),
>> physicianQuery.getLastNameStartsWith()));
>>query.add(term,MUST);
>>
>> }
>> else{
>> //we want metaphone search
>> if (StringUtil
pty(physicianQuery.getFirstNameStartsWith())) {
>
> query.add(buildMultiTermPrefixQuery(FIRST_NAME.toString(),
>
> physicianQuery.getFirstNameStartsWith()), MUST);
>}
>
> if
> (StringUtils.isNotEmpty(physicianQuery.getLastNameS
h()), MUST);
}
}
--
View this message in context:
http://www.nabble.com/No-hits-while-searching%21-tp23735920p23735920.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
To unsubscri