Note that the "pf" field already parses this syntax as of 4.0, but then it is
used as a phrase-slop value. You could probably use same parsing code for qf.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com
29. mars 2013 kl. 18:33 skre
I've implemented this for the second time, so it is probably time to contribute
it. I find it really useful.
I've extended the query spec parser for edismax to also accept a tilde and to
generate a FuzzyQuery. I used this at Netflix (on 1.3 with dismax), and
re-implemented it for 3.3 here at Ch