Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the state of the search response generator.

Index

Enumeration members

Enumeration members

Complete

Complete: = "complete"

All open SearchListenerResponse streams have closed, completing the request. In this state, the set of responses returned by generator.next() are final.

Fetched

Fetched: = "fetched"

The generator has fetched all initial results, and is now waiting for search providers with open SearchListenerResponse streams to push new or updated search results.

Fetching

Fetching: = "fetching"

The generator is in the process of fetching the initial set of results from search providers.

Legend

  • Property
  • Method

Generated using TypeDoc