Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion services/search/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down