: For deep pagination, it is recommended that we use cursorMark and 
: provide a sort order for <key> as a tiebreaker.
: 
: I want my results in relevancy order and so have no sort specified on my 
query by default.
: 
: Do I need to explicitly set :
: 
:       sort : score desc, <key> asc

Yes.

: Or can I get away with just :
: 
:       sort = <key> asc
: 
: and have Solr understand that the sort is only for tie break purposes?

No, if you use the later, solr will assume you don't care about scores at 
all.



-Hoss
http://www.lucidworks.com/

Reply via email to