Tantivy — полнотекстовый поиск на Rust
★ 7.4 · vibe-coding
tantivy is a Claude Code skill that assists developers working with the Tantivy full-text search library written in Rust, which is closely inspired by Apache Lucene's design. The library offers BM25 scoring, incremental and multithreaded indexing, configurable tokenizers with stemming for 17 Latin languages, faceted search, aggregations, compressed document storage (LZ4, Zstd), and SIMD integer compression. Startup time is under 10 ms, making it suitable for command-line tools, while indexing English Wikipedia completes in under 3 minutes on a desktop machine. The skill is aimed at Rust developers who want to embed a search engine into their application as an alternative to Elasticsearch or Apache Solr, and need Claude's help writing indexing code, defining schemas, or using tantivy-cli.
- #vibe-coding