How do I search for an exact phrase in solr. Suppose, when I search for "How_to_Search_this" then it should give me the results of
1. "how_to_search_this" (case insensitive)
2. "How_to_search_this"
but not the results like
1. "How_to_search_this_thing"
2. "How_to_search_that_thing"
Please help.Thanks!