Re: Stop fuzzy search
Clark >To: solr-user@lucene.apache.org >Sent: Thursday, October 20, 2011 6:00 PM >Subject: Stop fuzzy search > >Hi, > >A Solr search for "request" gives me hits on documents containing >"requests", "requesting", and "requester"
Stop fuzzy search
Hi, A Solr search for "request" gives me hits on documents containing "requests", "requesting", and "requester". How can I turn this feature off so Solr will return only those documents containing "request"? Thanks, Andrew