Hi guys, I'm new to Solr (as you may guess for the subject). I'd like to force the threshold for fuzzy queries to, say, 0.7. I've read that fuzzy queries are expensive, but limiting it's threshold to a number near 1 would help.
So my question is: Is this possible to configure in some of the xml configuration files? and if that's so, if I use this query: myField:myQuery~0.2 Would Solr use the configured threshold instead, preventing indeed that anyone force a minor value than what I've set in the xml file? Would it help for what I want to do? Thanks in advance!