MeiliSearch

From ArchWiki

Merge-arrows-2.pngThis article or section is a candidate for merging with List of applications.Merge-arrows-2.png

Notes: Content does not justify dedicated article (Discuss in Talk:MeiliSearch)

An open source, blazingly fast and hyper relevant search-engine that will improve your search experience. - MeiliSearch homepage

Installation

Install the meilisearch or meilisearch-gitAUR package.

Bindings

Usage

Start and enable meilisearch.service.

Configuration

The main MeiliSearch configuration file is located at /etc/meilisearch.conf.

  • When launching an instance, you have the option of giving a master key. By doing so, all routes will be protected and will require a key to be accessed:
MEILI_MASTER_KEY=MySecretMasterKey
  • By default MeiliSearch collects usage data, to opt-out set:
MEILI_NO_ANALYTICS=yes
Note: See the MeiliSearch documentation for option details.