I'm using cql to query solr indexed data using the cassandra cli on the node itself. Is it possible to include the document relevance score, which is provided by solr, in the query itself (to order the results by)?
On an unrelated note, does cql support solr filter queries in a similar fashion like solr_query='...'?
