tree: 7eab2aec6771ef36f6c1096290f4673c402897ab [path history] [tgz]
  1. i18n/
  2. go.mod
  3. go.sum
  4. index.go
  5. meilisearch.go
  6. README.md
  7. sync.go
search-meilisearch/README.md

Meilisearch (preview)

Meilisearch is A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow 🔍

How to use

Build

./answer build --with github.com/apache/incubator-answer-plugins/search-meilisearch

Configuration

  • Host - Meilisearch connection address, such as http://127.0.0.1:7700
  • ApiKey - Meilisearch api key
  • IndexName - The index answer will use. Default is answer_post
  • Async - Should answer use async mode to send data to Meilisearch. Default is false. use Async means you will not get any error message if Meilisearch task failed.