I have solr up and running but I cannot get the results when I search “Bicycle AND Boy”, works fine for “Bicycle Boy”. What are the steps to enable such searches?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default the configuration for Solr is set to use OR as the default query operator. Look for this line in the schema.xml file:
<solrQueryParser defaultOperator="OR"/>You can also reference the Solr Tutorial for more details on querying… http://lucene.apache.org/solr/tutorial.html#Querying+Data