On 10/19/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
> (it doesn't matter that parseSort
> returns null when the sort string is just "score" ... SolrIndexSearcher
> recognizes a null Sort as being the default sort by score)

Yep... FYI, I did this early on specifically because "no sort" and
"score desc"  get you the same results from Lucene's
IndexSearcher.search(), but they take different code paths (the former
being slightly faster).

-Yonik

Reply via email to