Merge pull request #1516 from fschade/docs-service-search-readme-followup-1

fix(search): readme typos and mention the lack of scalability
This commit is contained in:
Florian Schade
2025-09-18 15:33:27 +02:00
committed by GitHub

View File

@@ -1,11 +1,14 @@
# Search
The search service is responsible for metadata and content extraction,
the retrieved date is indexed and made searchable.
the retrieved data is indexed and made searchable.
The search service runs out of the box with the shipped default `basic` configuration.
No further configuration is needed.
Note that as of now, the search service cannot be scaled.
Consider using dedicated hardware for this service in case more resources are needed.
## Search backends
To store and query the indexed data, a search backend is needed.