2016-08-11 16:52:44 +09:00
2016-08-11 16:52:44 +09:00
2016-08-11 16:52:44 +09:00
2016-08-11 16:26:18 +09:00
2016-08-11 16:26:18 +09:00
2016-08-03 09:38:50 +09:00
2016-08-11 16:52:44 +09:00
2016-08-11 16:52:44 +09:00
2016-08-11 14:36:17 +09:00

Build Status Coverage Status License: MIT

Tantivy

Check out the doc

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.

Getting started with the command-line util

Creating a new index

    # my-index directory must be created beforehands
    mkdir my-index
     
    # Tantivy new will trigger a wizard, to define the schema
    # of your index. 
    tantivy new -i ./my-index

Index your documents

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