RE: Synonym Filtering on String Fields

2010-11-26 Thread Jason Brown
Re: Synonym Filtering on String Fields Besides Ahmet's comments, I have to wonder if you want to do this in a single field? The problem is that you're expanding your synonyms into a field. Let's say you expand "memory" into "memory", "recall" and &

Re: Synonym Filtering on String Fields

2010-11-26 Thread Erick Erickson
Besides Ahmet's comments, I have to wonder if you want to do this in a single field? The problem is that you're expanding your synonyms into a field. Let's say you expand "memory" into "memory", "recall" and "RAM". Now you have three tokens in your field. What does faceting mean now? Perhaps you wo

Re: Synonym Filtering on String Fields

2010-11-26 Thread Ahmet Arslan
Two things can be done. 1 or 2. 1-) You can use tokenizerFactory attribute of synonym filter factory. 2-) You can use escape white spaces in synonyms.txt fund\ manager\ summary, fund\ manager\ report --- On Fri, 11/26/10, Jason Brown wrote: > From: Jason Brown > Subject: Synonym Filteri