Hi, May be you can simply use string field type? Or KeywordTokenizerFactory?
Ahmet On Monday, July 25, 2016 4:38 PM, Shashi Roushan <shashirous...@gmail.com> 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 search for "CORSAIR ValueSelect", I want the result only "CORSAIR ValueSelect",currently I am getting one more result as "CORSAIR XMS 2GB". Can any one help me?