SearchEngine
Home > @backstage/plugin-search-common
> SearchEngine
Warning: This API is now obsolete.
Import from
@backstage/plugin-search-backend-node
instead
Interface that must be implemented by specific search engines, responsible for performing indexing and querying and translating abstract queries into concrete, search engine-specific queries.
Signature:
export interface SearchEngine
Methods
Method |
Description |
---|---|
Factory method for getting a search engine indexer for a given document type. | |
Perform a search query against the SearchEngine. | |
Override the default translator provided by the SearchEngine. |