> What approach shoud I use to perform wildcard and proximity > searches? > > > > Like: "solr mail*"~10 > > > > For getting docs where solr is within 10 words of "mailing" > for > instance?
You can do it with the plug-in described here: https://issues.apache.org/jira/browse/SOLR-1604 It would be great if you test it and give feedback.