Meilisearch can be used to index items.
Two modes will be proposed:
- a "local" one: the Meilisearch server is expected to be present on the same server than the rest of the Tuleap services.
- a remote one: the Meilisearch server is managed outside the Tuleap stack (e.g. provided by the Meilisearch SaaS service)
The "local" mode is automatically used when the package tuleap-meilisearch-server
is installed on the Tuleap server:
- key management is done by Tuleap directly
- service starts with the main
tuleap
service
- not supported in Docker images
The remote mode:
- is available when the "local" mode is not used
- site administrators must provide the URL to access the Meiliseach server (HTTPS only), an API key and the index name to use