On Tue, Jan 27, 2015 at 3:29 AM, CKReddy Bhimavarapu <chaitu...@gmail.com> wrote: > Hi, > Using CursorMark we over come the Deep paging so far so good. As far > as I understand cursormark unique for each and every query depending on > sort values other than unique id and also depends up on number of rows. > But my concern is if solr internally creates a different set for each > and every different queries upon sort values and they lasts for ever I > think. > 1. if it lasts for ever does they consume server ram or not. > 2. if it is occupying server ram does there is any way to destroy or clean > it.
No, there is no server-side state cached. Think of it as a cookie. -Yonik