Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1AgsKEW
via LifeLong Community
Solr Deep Paging and Sorting
Using cursorMark:
sort must include a tie-breaker sort on the id field. This prevents tie-breaking by internal lucene document id (which can change).
start must be 0 for all calls including a cursorMark.
pass cursorMark=* for the first request.
Solr will return a nextCursorMark in the response. Simply use this value for cursorMark on the next call to continue paging through the results.
http://ift.tt/1oehjuB
Done
Using cursorMark:
sort must include a tie-breaker sort on the id field. This prevents tie-breaking by internal lucene document id (which can change).
start must be 0 for all calls including a cursorMark.
pass cursorMark=* for the first request.
Solr will return a nextCursorMark in the response. Simply use this value for cursorMark on the next call to continue paging through the results.
http://ift.tt/1oehjuB
Done
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1AgsKEW
via LifeLong Community
No comments:
Post a Comment