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
= new TermQuery(new >> Term(LAST_NAME_EXACT.toString(), >> physicianQuery.getLastNameStartsWith())); >>query.add(term,MUST); >> >> } >> else{ >> //we want metaphone search >> if (StringUtil

Re: No hits while searching!

2009-05-27 Thread Erick Erickson
pty(physicianQuery.getFirstNameStartsWith())) { > > query.add(buildMultiTermPrefixQuery(FIRST_NAME.toString(), > > physicianQuery.getFirstNameStartsWith()), MUST); >} > > if > (StringUtils.isNotEmpty(physicianQuery.getLastNameS

No hits while searching!

2009-05-26 Thread vanshi
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