Interface ScrollResult<T>

    • Method Detail

      • getScrollId

        String getScrollId()
        Returns the scroll identifier, which can be passed to CoreSession.scroll(String scrollId) to get more results.
      • hasResults

        boolean hasResults()
        Returns true when this ScrollResult contains results.