ElasticSearchSearchEngine.(constructor)
Home > @backstage/plugin-search-backend-module-elasticsearch > ElasticSearchSearchEngine > (constructor)
Constructs a new instance of the ElasticSearchSearchEngine class
Signature:
constructor(elasticSearchClientOptions: ElasticSearchClientOptions, aliasPostfix: string, indexPrefix: string, logger: LoggerService, batchSize: number, batchKeyField?: string | undefined, highlightOptions?: ElasticSearchHighlightOptions, queryOptions?: ElasticSearchQueryConfig);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
elasticSearchClientOptions | ||
|
aliasPostfix |
string | |
|
indexPrefix |
string | |
|
logger | ||
|
batchSize |
number | |
|
batchKeyField |
string | undefined |
(Optional) |
|
highlightOptions |
(Optional) | |
|
queryOptions |
(Optional) |