Categorygithub.com/apache/answer-plugins/search-meilisearch
package
1.2.9
Repository: https://github.com/apache/answer-plugins.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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/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.