Files
backstage/plugins/search-backend-module-elasticsearch
Sydney Achinger 991c9fec75 Update elasticsearch translator to handle phrase searches. (#27720)
* Update elasticsearch translator to handle phrase searches.

Signed-off-by: Sydney Achinger <sydneynicoleachinger@spotify.com>

* Add helpful regex comment

Co-authored-by: John Philip <johnphilip283@gmail.com>
Signed-off-by: Sydney Achinger <78113809+squid-ney@users.noreply.github.com>

---------

Signed-off-by: Sydney Achinger <sydneynicoleachinger@spotify.com>
Signed-off-by: Sydney Achinger <78113809+squid-ney@users.noreply.github.com>
Co-authored-by: John Philip <johnphilip283@gmail.com>
2024-11-26 15:26:30 -05:00
..
2024-11-26 11:10:07 +00:00
2024-11-26 11:10:07 +00:00
2024-10-14 17:56:00 +02: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.