mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 01:02:55 +00:00
d0fa2ac906ff8aa4f6cb59c64455d1e56e8e0cc3
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
Languages
Rust
100%