Hi,

     I have situation that if user enters any string to search then i need
to display the results in the following way.

1. It has to match exact string what he entered.
     
              (or)

2. It has to split the string and search for individual keywords(for every
string) and it has to display the results.

Ex : suppose user searching for 

         "royal enfeild bikes"

First Condition----it has to check for whole string "royal enfiled bikes"
Second Condition ----- it has to display the results like   royal OR enfiled
OR bikes

Can anyone give me suggestions.










--
View this message in context: 
http://lucene.472066.n3.nabble.com/AND-OR-logic-tp4091931.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to