I was wondering if there is anyway to set up a default search proximity within solr via the solrconfig.xml.
Currently, if I want to perform a proximity search I would have to do the following:
q="red cars"~10
Is there a way to set the 10 word proximity by default so that all queries are proximity searches with a 10 word proximity range?