Hi,
One other possibility is to use the query operator 'q.op=AND' along with your 
query. 
by default this is an 'OR'. Hope it helps your situation. 
Prasanna  

-----Original Message-----
From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] 
Sent: 25 July 2016 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 <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?

Reply via email to