Package-level declarations
Types
What should be interrupted when SuggestStore::interrupt is called?
Single sample for a Glean labeled_timing_distribution
The error type for all Suggest component operations. These errors are exposed to your application, which should handle them as needed.
Global Suggest configuration data.
Constraints limit which suggestions to ingest from Remote Settings.
Ingestion metrics
A suggestion from the database to show in the address bar.
A provider is a source of search suggestions.
Some providers manage multiple suggestion subtypes. Queries, ingests, and other operations on those providers must be constrained to a desired subtype.
A query for suggestions to show in the address bar.
Per-provider configuration data.
The store is the entry point to the Suggest component. It incrementally downloads suggestions from the Remote Settings service, stores them in a local database, and returns them in response to user queries.
Builder for SuggestStore
Builder for SuggestStore
The store is the entry point to the Suggest component. It incrementally downloads suggestions from the Remote Settings service, stores them in a local database, and returns them in response to user queries.