mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 16:22:55 +00:00
1.6 KiB
1.6 KiB
Tantivy is a text search engine library written in rust. Without being exactly a port of Lucene in Rust, it is strongly inspired by Lucene's design.
To get started with tantivy, you should check out tantivy's usage example
You might also be interested in tantivy-cli and its tutorial. It will walk you through getting a wikipedia search engine up and running in a few 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.
