mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user