I am using Solr search with drupal.Its working fine on my site but the problem is i needed the search to be a specific to the searched content. If i searched for “assembly and key”,the search result showing all results which is having the world assembly and key also.
But I needed the result like wherever this particular word is found not the separate. when i search for “assembly and key” it is giving me around 55 results and when i am searching “assembly+and+key”, it is giving only 1 result which is i want. So please let me know how to do it.
I have tried to change solr/conf/schema.xml for AND operator also tried to add code in apachesolr module file for changing the mm parameter but it doesn’t work.