update api report

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-06-10 13:43:37 +02:00
parent d3edcd0784
commit 539c7bb4f7
@@ -224,13 +224,11 @@ export class ElasticSearchSearchEngine implements SearchEngine {
}: ElasticSearchOptions): Promise<ElasticSearchSearchEngine>;
// (undocumented)
getIndexer(type: string): Promise<ElasticSearchSearchEngineIndexer>;
// (undocumented)
protected indexTemplate?: ElasticSearchCustomIndexTemplate;
newClient<T>(create: (options: ElasticSearchClientOptions) => T): T;
// (undocumented)
query(query: SearchQuery): Promise<IndexableResultSet>;
// (undocumented)
setIndexTemplate(template: ElasticSearchCustomIndexTemplate): void;
setIndexTemplate(template: ElasticSearchCustomIndexTemplate): Promise<void>;
// (undocumented)
setTranslator(translator: ElasticSearchQueryTranslator): void;
// (undocumented)