> In my opinion, ordering term in a proximity search does not > make sense! > So the work around for us is to generate the opposite > search every time a > proximity operator is used. > not very elegant!
If you want I can make it configurable. You can define your choice in
solrconfig.xml like this:
<queryParser name="complexphrase"
class="org.apache.solr.search.ComplexPhraseQParserPlugin">
<bool name="inOrder">false</bool>
</queryParser>
