Re: Creating an index with multiple values for a single field

2011-01-10 Thread Doron Cohen
asing. Since norms are already omitted for this field its lengths differences between docs would not affect scores. HTH, Doron > Thanks. > > -Original Message- > From: Anshum [mailto:ansh...@gmail.com] > Sent: Friday, January 07, 2011 7:38 PM > To: java-user@lucene.apach

RE: Creating an index with multiple values for a single field

2011-01-10 Thread Ahmet Arslan
> We do leverage synonyms but they are not appropriate for > this case. We use synonyms for words that are truly > synonymous for the entire index such as "inc" and > "incorporated". Those words are always interchangeable. > However, many of the employer alternate names are only valid > for a singl

RE: Creating an index with multiple values for a single field

2011-01-10 Thread Ryan Aylward
...@gmail.com] Sent: Friday, January 07, 2011 7:38 PM To: java-user@lucene.apache.org Subject: Re: Creating an index with multiple values for a single field Hi Ryan, You should try the synonym filter. That should help you with this kinda problem. You could also look at turning off norms for the na

Re: Creating an index with multiple values for a single field

2011-01-07 Thread Anshum
Hi Ryan, You should try the synonym filter. That should help you with this kinda problem. You could also look at turning off norms for the name field, or turning off tf or idf. -- Anshum Gupta http://ai-cafe.blogspot.com On Sat, Jan 8, 2011 at 6:03 AM, Ryan Aylward wrote: > Our business has a