Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What is the default query type in solr. for example if i search for white diamond then it returns the docs containing white or diamond or both. it means it is by default OR, now if i wanted to change it AND then where i have to change in the configuration

share|improve this question

1 Answer

up vote 2 down vote accepted

in the schema.xml, look for

<solrQueryParser defaultOperator="OR"/>
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.