Very nice! Good job! :) -----Original Message----- From: mtraynham [mailto:mtrayn...@digitalsmiths.com] Sent: Tuesday, May 10, 2011 9:44 AM To: solr-user@lucene.apache.org Subject: RE: Synonym Filter disable at query time
Just a heads up on a solution. copyField wasn't need, but a new fieldType and a non-indexed, non-stored field was added. Within a new Synonym processor that executes right before the AnalyzerQueryNodeProcessor, I was able to modify the field name for each node to point at the new field. Therefore I could build out the necessary synonym values from the tokenizer and then reassign them all back to the original field with whatever boosts they needed. This allowed me to retain the original value match, to keep it's boost at 1 and then boost the synonyms according to a user specified boost value. Works perfectly. Thanks again for the help. -- View this message in context: http://lucene.472066.n3.nabble.com/Synonym-Filter-disable-at-query-time- tp2919876p2923775.html Sent from the Solr - User mailing list archive at Nabble.com.