From 0c56a7f74ff9b58c37d8716e79262b2dd43549d8 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Wed, 10 Feb 2021 14:00:27 +0100 Subject: [PATCH] Clarify intentions around bulk vs. incremental index management. --- docs/features/search/architecture.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/search/architecture.md b/docs/features/search/architecture.md index 47126e8258..d667386e72 100644 --- a/docs/features/search/architecture.md +++ b/docs/features/search/architecture.md @@ -40,3 +40,9 @@ More advanced use-cases we hope to support with this architecture include: - It should be easy to customize the search UI - It should be easy to add search functionality to any Backstage plugin or deployment + +Architecture non-goals: + +- At this time, we do not intend to directly support event-driven or incremental + index management. Instead, we'll be focused on scheduled, bulk index + management.