fortytw2 / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeiliSearch Documentation

MeiliSearch is a RESTful search API that is the ready-to-go solution for everyone wanting a powerful, fast, and relevant search experience for their end-users ⚡️🔎

Efficient search engines are often only accessible to companies with the financial means and resources necessary to develop a search solution adapted to their needs. The majority of other companies that do not have the means or do not realize that the lack of relevance of a search greatly impacts the pleasure of navigation on their application, end up with poor solutions that are more frustrating than effective, for both the developer and the user.

That's why we created MeiliSearch, an open-source solution accessible to everyone, meeting the vast majority of needs, even specific ones. Installable very easily with little or no configuration required but with a high capacity for customization.

Our solution is instant; it accepts typos; it understands filters, custom rankings, and a lot of other features.

Open-source

MeiliSearch is open-source. You can support the project by starring it on our GitHub!

Star Fork

<script async defer src="https://buttons.github.io/buttons.js"></script>

Demo

crates.io demo gif

Meili helps the Rust community find crates on crates.meilisearch.com

Alternatives

Why should you use MeiliSearch instead of any other existing solution? If it is clear to us, it may not be for you. We try to answer this question in this article on comparison to alternatives.

Features

  • Instant Search (answers < 50ms): Priority on fast answers for smooth search experience.
  • Search as you type (prefix search): Results are updated on each keystroke. To make this possible, we use a prefix-search.
  • Typo tolerance: Understands typo and spelling mistakes.
  • Tokenization in English, kanji and latin based languages.
  • Return the whole document: The entire document is returned upon search.
  • Highly customizable search and indexation:
    • Custom ranking: Customize the relevancy of the search engine and the ranking of the search results.
    • Stop words: Ignore common non-relevant words like of or the.
    • Highlights: Highlighted search results in documents
    • Ability to create synonyms for a better search experience.
  • RESTful API
  • Friendly web interface: Integrated web interface in MeiliSearch that lets you try the search engine when developing.

About

Meilisearch documentation

https://docs.meilisearch.com


Languages

Language:Vue 61.4%Language:JavaScript 37.3%Language:CSS 1.3%