public interface CursorMarkParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | CURSOR_MARK_NEXTKey used in Solr response to inform the client what the "next" 
  CURSOR_MARK_PARAMvalue should be to continue pagination | 
| static String | CURSOR_MARK_PARAMParam clients should specify indicating that they want a cursor based search. | 
| static String | CURSOR_MARK_STARTSpecial value for  CURSOR_MARK_PARAMindicating that cursor functionality 
 should be used, and a new cursor value should be computed afte the last result,
 but that currently the "first page" of results is being requested | 
static final String CURSOR_MARK_PARAM
CURSOR_MARK_START indicating the 
 first page of results, or a value returned by a previous search via the 
 CURSOR_MARK_NEXT key.static final String CURSOR_MARK_NEXT
CURSOR_MARK_PARAM value should be to continue paginationstatic final String CURSOR_MARK_START
CURSOR_MARK_PARAM indicating that cursor functionality 
 should be used, and a new cursor value should be computed afte the last result,
 but that currently the "first page" of results is being requestedCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.