Files
backstage/plugins/search-backend-module-elasticsearch
Charles Lowell c47959856a Don't use initializer syntax for instantiating client
For some reason, the property initializer syntax stopped working. An
update to TypeScript? An update to Jest? Unknown, but sticking to the
less fancy constructor body to do property init seems to work.

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-15 15:30:30 +02:00
..
2021-12-14 16:42:18 +02:00
2021-12-09 12:02:28 +00:00
2021-12-09 12:02:28 +00:00

search-backend-module-elasticsearch

This is an extension to module to search-backend-node plugin, which provides basic types, interfaces and functionality to implement search process within Backstage.

This module provides functionality to index and implement querying using ElasticSearch engine. The module exposes configuration options to connect Backstage to your ElasticSearch cluster to be used as search engine.

Getting started

See Backstage documentation for details on how to install and configure ElasticSearch for your Backstage instance.