Thanks for your reply! The version I am using is 3.6. I have deleted the document and added it again as a single field. Now I see the result as expected. I am also using the standard stop word list. There is no stop words for both "Engergy" and "Field".
The search field "text" is a copy field of multiple source fields like here... <copyField dest="text" source="Subject"/> <copyField dest="text" source="Name"/> The example I have given is not that sufficient as I was also trying to get a Subject Field gets a boost over Name Field through copyField "text" which I think is not possible. http://stackoverflow.com/questions/6332892/solr-index-time-field-boost I am using OR condition instead of AND. AND will work for 3 or less but does not work good more than 3 terms in the search query. I could use defType=disMax and mm=2 parameters. -- View this message in context: http://lucene.472066.n3.nabble.com/Partial-search-tp4007097p4007536.html Sent from the Solr - User mailing list archive at Nabble.com.