One word phrase search to avoid stemming in Solr
问题 I have stemming enabled in my Solr instance, I had assumed that in order to perform an exact word search without disabling stemming, it would be as simple as putting the word into quotes. This however does not appear to be the case? Is there a simple way to achieve this? 回答1: There is a simple way, if what you're referring to is the "slop" (required similarity) as part of a fuzzy search (see the Lucene Query Syntax here). For example, if I perform this search: q=field_name:determine I see