Re: require synonym filter on string field

2010-04-29 Thread Koji Sekiguchi
Hi Koji, thanks for reply. where should I use the KeywordTokenizerFactory in string or in text field. I am wondering that KeywordTokenizerFactory will work or not in textfield. Actually as I understood about the KeywordTokenizerFactory that : KeywordTokenizerFactory is tokenize the keyword.

Re: require synonym filter on string field

2010-04-29 Thread Ahmet Arslan
> I am wondering that KeywordTokenizerFactory will work or > not in textfield. Actually as I understood about the > KeywordTokenizerFactory that : KeywordTokenizerFactory is > tokenize the keyword. > for example : 'solr user' will tokenize to 'solr' and > 'user' because solr and user are keyword..

Re: require synonym filter on string field

2010-04-29 Thread Ranveer
On 4/29/10 3:45 PM, Koji Sekiguchi wrote: Ranveer Kumar wrote: Hi, I require to configure synonym to exact match. The field I need to search is string type. I tried to configure by the text but in text, due to whitespace tokenizer exact match not found. My requirement is : suppose user search

Re: require synonym filter on string field

2010-04-29 Thread Koji Sekiguchi
Ranveer Kumar wrote: Hi, I require to configure synonym to exact match. The field I need to search is string type. I tried to configure by the text but in text, due to whitespace tokenizer exact match not found. My requirement is : suppose user search by "solr user" and exact "solr user" (or equ