2016-09-22 14:32:44 +09:00
2016-08-14 10:58:04 +09:00
2016-08-15 00:19:41 +09:00
2016-09-22 14:32:44 +09:00
2016-08-11 16:26:18 +09:00
2016-08-11 21:18:59 +09:00
2016-09-19 17:01:37 +09:00
2016-08-11 16:52:44 +09:00
2016-09-19 18:58:11 +09:00
2016-08-14 10:58:04 +09:00

Build Status Coverage Status License: MIT

Tantivy

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.

You might also be interested in tantivy-cli and its tutorial that can help you get a search engine up and running 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.

Description
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
Readme MIT 79 MiB
Languages
Rust 100%