Please provide your full query, including your "qf" parameter and all other request parameters, and also the relevant fields/field-types from schema. Do you use stopwords? Can you also add "debugQuery=true" and paste in the parsedQuery?
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 16. feb. 2012, at 18:07, Indika Tantrigoda wrote: > Hi All, > > I am using edismax SearchHandler in my search and I have some issues in the > search results. As I understand if the "defaultOperator" is set to OR the > search query will be passed as -> The OR quick OR brown OR fox implicitly. > However if I search for The quick brown fox, I get lesser results than > explicitly adding the OR. Another issue is that if I search for The quick > brown fox other documents that contain the word fox is not in the search > results. > > Thanks.