I am trying to figure out a way to form boolean (||) query in SOLR. Ideally my expectation is that with boolean operator ||, if first term is true second term shouldn't be evaluated.
&q=searchTerms:"testing" || matchStemming:"stemming" works same as &q=searchTerms:"testing" OR matchStemming:"stemming" Is there a way to form a boolean query such that it wont evaluate the right hand side if it isn't necessary? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html