RE: No need white space split

2016-07-25 Thread Prasanna Josium
19:50 To: solr-user@lucene.apache.org; shashirous...@gmail.com Subject: Re: No need white space split Hi, May be you can simply use string field type? Or KeywordTokenizerFactory? Ahmet On Monday, July 25, 2016 4:38 PM, Shashi Roushan wrote: Hi All, I am Shashi. I am using Solr 6.1. I want to get resul

Re: No need white space split

2016-07-25 Thread Ahmet Arslan
Hi, May be you can simply use string field type? Or KeywordTokenizerFactory? Ahmet On Monday, July 25, 2016 4:38 PM, Shashi Roushan wrote: Hi All, I am Shashi. I am using Solr 6.1. I want to get result only when the hole word matched. Actually I want to avoid whitespace split. Whenever we

No need white space split

2016-07-25 Thread Shashi Roushan
Hi All, I am Shashi. I am using Solr 6.1. I want to get result only when the hole word matched. Actually I want to avoid whitespace split. Whenever we search for "CORSAIR ValueSelect", I want the result only "CORSAIR ValueSelect",currently I am getting one more result as "CORSAIR XMS 2GB". Can