: > it could .. but it wouldn't need to be specified as part of every request : > it could be baked into the solrconfig .. we could even make the default : > behavior be to not bother with the ";" syntax, and document in the : > CHANGES.txt that people who want the old behavior need to explicitly add : > some default param to get it (we already have a comment to the same affect : > regarding json.nl=map) : > : : If you all are up for it, i think the cleanest thing is to require the : sort param and not support the ';' : : but I don't have a sense of who or how this will affect anyone.
i think it will impact a lot of people ... everyone currently using the standard request handler (which is certainly more then the number of people using json, and we made sure there was a backwards compatible option for them) i'm certianly okay however with saying that if they want the backwards compatibility, they have to add <bool name="semiColonSort">true</bool> to the defaults in their solrconfig.xml. -Hoss