Re: synonyms not working with copyfield

2010-05-13 Thread surajit
against each field (separately), how do I get back documents matching all user terms? One soln I can think of is to take all the field-specific analysis out of solr and do it as a pre-process step, but want to make sure there isn't an alternative within Solr. surajit On Thu, May 13, 2010 at 12:

Re: synonyms not working with copyfield

2010-05-13 Thread surajit
want to return a match only if ALL terms in the query are matched in the overall document (as in an AND) and if I search against individual fields I am not sure of an easy way to figure out if all terms matched in the overall document. Any ideas? surajit -- View this message in context: http

synonyms not working with copyfield

2010-05-12 Thread surajit
I am new to Solr and appreciate any help! Thanks. Surajit -- View this message in context: http://lucene.472066.n3.nabble.com/synonyms-not-working-with-copyfield-tp814108p814108.html Sent fro