Uses of Class
org.apache.solr.search.CursorMark
-
Packages that use CursorMark Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of CursorMark in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return CursorMark Modifier and Type Method Description CursorMarkResponseBuilder. getCursorMark()CursorMarkResponseBuilder. getNextCursorMark()Methods in org.apache.solr.handler.component with parameters of type CursorMark Modifier and Type Method Description voidResponseBuilder. setCursorMark(CursorMark cursorMark)voidResponseBuilder. setNextCursorMark(CursorMark nextCursorMark) -
Uses of CursorMark in org.apache.solr.search
Methods in org.apache.solr.search that return CursorMark Modifier and Type Method Description CursorMarkCursorMark. createNext(List<Object> nextSortValues)Generates an new CursorMark bound for use with the sameSortSpecas the current CursorMark but using the new SortValues.CursorMarkQueryCommand. getCursorMark()CursorMarkQueryResult. getNextCursorMark()Methods in org.apache.solr.search with parameters of type CursorMark Modifier and Type Method Description QueryCommandQueryCommand. setCursorMark(CursorMark cursorMark)voidQueryResult. setNextCursorMark(CursorMark next)
-