mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
915 B
915 B
Typesense
Typesense is an open source search engine for building a delightful search experience.
- Typo tolerance: Handles typographical errors out-of-the-box
- Tunable ranking + relevancy: Tailor your search results to perfection
- Blazing fast: Meticulously designed and optimized for speed
- Simple and delightful: Simple API, delightful out-of-the-box experience
Dependencies
Building Typesense from source
First, clone the git repository with --recursive
option.
OS X
Install the following Homebrew dependencies:
brew install cmake
brew install openssl
brew install h2o
brew install rocksdb
Building libfor:
make -C external/libfor
Finally, build Typesense:
./build.sh
© 2016-2017 Wreally Studios Inc.