aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-03-28 22:23:23 -0400
committerGitHub <noreply@github.com>2023-03-28 22:23:23 -0400
commit92c160d8e716cb3d05215a97cf521e843596f562 (patch)
tree0e99e7e1db24a825fbb9056f356c4692902759a0 /docs/content/doc
parent265675a31c1939cb25ee659868559aec03fecb48 (diff)
downloadgitea-92c160d8e716cb3d05215a97cf521e843596f562.tar.gz
gitea-92c160d8e716cb3d05215a97cf521e843596f562.zip
Add meilisearch support (#23136)
Add meilisearch support Fixes #20665
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/administration/config-cheat-sheet.en-us.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/administration/config-cheat-sheet.en-us.md b/docs/content/doc/administration/config-cheat-sheet.en-us.md
index e12d96147f..b62ec6f3ca 100644
--- a/docs/content/doc/administration/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/administration/config-cheat-sheet.en-us.md
@@ -456,8 +456,8 @@ relation to port exhaustion.
## Indexer (`indexer`)
-- `ISSUE_INDEXER_TYPE`: **bleve**: Issue indexer type, currently supported: `bleve`, `db` or `elasticsearch`.
-- `ISSUE_INDEXER_CONN_STR`: ****: Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch. i.e. http://elastic:changeme@localhost:9200
+- `ISSUE_INDEXER_TYPE`: **bleve**: Issue indexer type, currently supported: `bleve`, `db`, `elasticsearch` or `meilisearch`.
+- `ISSUE_INDEXER_CONN_STR`: ****: Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch, or meilisearch. i.e. http://elastic:changeme@localhost:9200
- `ISSUE_INDEXER_NAME`: **gitea_issues**: Issue indexer name, available when ISSUE_INDEXER_TYPE is elasticsearch
- `ISSUE_INDEXER_PATH`: **indexers/issues.bleve**: Index file used for issue search; available when ISSUE_INDEXER_TYPE is bleve and elasticsearch. Relative paths will be made absolute against _`AppWorkPath`_.
- The next 4 configuration values are deprecated and should be set in `queue.issue_indexer` however are kept for backwards compatibility: