Hi, The Solr results are not working for multi word search. When I use the double quotes around the words it's not giving the correct results and getting random results.
Please suggest me resolution for this. String contentText = URLEncoder.encode(String.format("title:\"%s\" OR body:\"%s\" OR pagename:%s OR title:%s OR body:%s",searchContent,searchContent, searchContent,searchContent,searchContent),"UTF-8"); Solr displaying results: select?q=body:"Intermodal%20Schedules"&wt=json Thanks, Jagadish M.