Hi,
 
Can some one help me with the below situation?

To elaborate more on this.
Assuming i give "BHASKAR" as input string.

Scenario 1: It should give me search results pertaining to BHASKAR only.
Select * from MASTER where name ="Bhaskar";
Example:It should not display search results as "ChandarBhaskar" or "BhaskarC". 
Should display Bhaskar only.

Scenario 2:
 
Select * from MASTER where name like "%BHASKAR%";
It should display records containing the word BHASKAR

Ex:
Bhaskar
ChandarBhaskar
BhaskarC
Bhaskarabc

How to achieve Scenario 1 in Solr ?.
 
Thanks
Bhaskar



      

Reply via email to