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
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
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