Hi 

I am using solr 4.9 and this is my first ventuer with solr. How do I parse a
raw user query. I am using manual parsing currently and found out it is as
competant and had to be complex. Is there a parser which solr provides to
parse the raw queries.
I am using HttpClient to make http query search to solr
HttpClient client = HttpClientBuilder.create().build();


sample query strings

"component build" AND "module search"
"component build" OR "module search"
"component build" 



Thanks
Meena









--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-parse-a-raw-user-query-tp4184201.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to