Is it possible to set up Solr such that when there's no query (client would send in "*:*" for "q"), Solr would sort results (basically all the documents) by date or some other criterion.
And when there is a query other than "*:*", I'd want the results to be ranked by score. Is that something that's possible?