Options
All
  • Public
  • Public/Protected
  • All
Menu

The result object from running a IDocumentQuery.

deprecated

Use the new API available at ReadingSystemEngine.getReaderDocumentSearch() instead.

Hierarchy

  • IDocumentQueryResultSet

Index

Methods

Methods

fetchPage

  • Fetch a page of result items by index.

    Parameters

    • index: number

      The index of the page to fetch, starting at 0.

    Returns Promise<IDocumentQueryResultPage>

    Resolved with the requested result page. Must return null if no the result page does not exist or number of result items of the page is 0.

Generated using TypeDoc