Re: Antonyms configuration

2012-08-09 Thread RajParakh
Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/Antonyms-configuration-tp3991595p4000408.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Antonyms configuration

2012-06-27 Thread Lee Carroll
I am firing is - RegularLuceneQuery AND (NOT (B1 OR B2 > OR B3) > > Is there a cleaner way? Antonym list is growing .. > > Thanks, > Raj > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Antonyms-configuration-tp3991595.html > Sent from the Solr - User mailing list archive at Nabble.com.

Antonyms configuration

2012-06-27 Thread RajParakh
uments NOT containing any of the words B1,B2,B3. So the lucene query I am firing is - RegularLuceneQuery AND (NOT (B1 OR B2 OR B3) Is there a cleaner way? Antonym list is growing .. Thanks, Raj -- View this message in context: http://lucene.472066.n3.nabble.com/Antonyms-configuration-tp3991595