I know that it's not possible to order query results (by row) in cassandra, but in Solr it is. However, I can't find any documentation on how I might go about doing that through CQL. It's not part of the solr query syntax so I can't just stick an order clause in there. Is there some other syntax that allows it? Alternatively, is there some way for me to hijack the solr connection and add a URL parameter to handle ordering?
Thanks!
