You can only search against terms that are stored in your index. If you
have applied index time synonyms, you can't remove them at query time.

You can, however, use copyField to clone an incoming field to another
field that doesn't use synonyms, and search against that field instead.

Upayavira

On Wed, Dec 12, 2012, at 04:26 PM, joe.cohe...@gmail.com wrote:
> Hi
> I hava a field type without defined synonym.txt which retrieves both 
> records with "home" and "house" when I search either one of them.
> 
> I want to be able to search this field on the specific value that I
> enter,
> without the synonym filter.
> 
> is it possible?
> 
> thanks.
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Can-a-field-with-defined-synonym-be-searched-without-the-synonym-tp4026381.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to