: Just checking - it seems that only indexed fields can specified for
: sorting purposes in the query string, or at least that's what I'm
: seeing for a date field.
correct -- Solr uses Lucene's built in sorting, and Lucene requires that
the field be indexed and un-tokenized.
: Is this correct? D
Hi all,
Just checking - it seems that only indexed fields can specified for
sorting purposes in the query string, or at least that's what I'm
seeing for a date field.
Is this correct? Did I miss this info on the wiki someplace?
And if it is the case, then it would be handy for
StandardReque