mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-28 14:10:42 +00:00
35e9beb8645279514150eed40cc782b4b7443be6
Tantivy
Tantivy is a text search engine library written in rust. It also comes with a command-line CLI that can help you get an up and running search engine in minutes.
Compiling
simdcomp has a submodule.
After cloning the repository, you will need to initialize and update
the submodules. The project can then be build using cargo.
git clone git@github.com:fulmicoton/tantivy.git
git submodule init
git submodule update
cargo build
Check out the reference doc. You may also want to have look at tantivy-cli and its tutorial , a command-line util for tantivy.
Contribute
Send me an email (paul.masurel at gmail.com) if you want to contribute to tantivy.
Languages
Rust
100%