Elasticsearch alternative - Full-text search engine
Elasticsearch alternatifi - Tam metin arama motoru
Tam metin arama kutuphanesi
tantivy = "0.22"JSON islemleri
serde_json = "1"Copy this Cargo.toml to get started:
[package]
name = "my-search-engine"
version = "0.1.0"
edition = "2021"
[dependencies]
tantivy = "0.22"
serde_json = "1"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: