RE: multi value field search

2011-12-19 Thread Ronen
Many thanks.. I took the suggestion of using a and it did the trick. --Ronen -- View this message in context: http://lucene.472066.n3.nabble.com/multi-value-field-search-tp3594701p3599082.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: multi value field search

2011-12-18 Thread Lee Carroll
You could use a synonyms file for the alternative names. That way you do not need to store only index the alternatives. For faceting use a field were the analysis chain does not use the synonyms filter. For search the analysis chain will. You also get the benefit of only storing the normative value

RE: multi value field search

2011-12-17 Thread Michael Ryan
> The problem I have is that at search time, I have faceting turned on for > this field and therefore, I get the four facets "canadian", "imperial", > "bank", and "commerce", which all refer to the same record. > > How can I go about searching for any word contained in the company name but > then

multi value field search

2011-12-17 Thread rrotst...@hotmail.com
lp. --Ronen -- View this message in context: http://lucene.472066.n3.nabble.com/multi-value-field-search-tp3594701p3594701.html Sent from the Solr - User mailing list archive at Nabble.com.