Package org.nuxeo.ecm.core.search
Class SearchServiceScroll
java.lang.Object
org.nuxeo.ecm.core.scroll.RepositoryScroll
org.nuxeo.ecm.core.search.SearchServiceScroll
- All Implemented Interfaces:
AutoCloseable,Iterator<List<String>>,Scroll
- Since:
- 2025.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SearchResponsestatic final Stringprotected SearchIndexFields inherited from class org.nuxeo.ecm.core.scroll.RepositoryScroll
hasNextResult, loginContext, repoScroller, request, session -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.scroll.RepositoryScroll
login, openSession, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
SEARCH_INDEX_PARAMETER_KEY
- See Also:
-
response
-
searchIndex
-
-
Constructor Details
-
SearchServiceScroll
public SearchServiceScroll()
-
-
Method Details
-
init
Description copied from interface:ScrollInitialization of the iterator.- Specified by:
initin interfaceScroll- Overrides:
initin classRepositoryScroll
-
hasNext
public boolean hasNext() -
fetch
protected boolean fetch()- Overrides:
fetchin classRepositoryScroll
-
next
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceScroll- Overrides:
closein classRepositoryScroll
-