# lnx **Repository Path**: endpoint_rust/lnx ## Basic Information - **Project Name**: lnx - **Description**: rust实现的用于替代ES的存储搜索引擎 - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-27 - **Last Updated**: 2022-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
✨ Feature Rich | ⚡ Insanely Fast
An ultra-fast, adaptable deployment of the tantivy search engine via REST.
### 🌟 Standing On The Shoulders of Giants lnx is built to not re-invent the wheel, it stands on top of the [**tokio-rs**](https://tokio.rs) work-stealing runtime, [**hyper**](https://hyper.rs/) web framework combined with the raw compute power of the [**tantivy search engine**](https://github.com/tantivy-search/tantivy). Together this allows lnx to offer millisecond indexing on tens of thousands of document inserts at once (No more waiting around for things to get indexed!), Per index transactions and the ability to process searches like it's just another lookup on the hashtable 😲 ### ✨ Features lnx although very new offers a wide range of features thanks to the ecosystem it stands on. - 🤓 **Complex Query Parser.** - ❤️ **Typo tolerant fuzzy queries.** - ⚡️ **Typo tolerant fast-fuzzy queries. (pre-computed spell correction)** - 🔥 **More-Like-This queries.** - Order by fields. - *Fast* indexing. - *Fast* Searching. - Several Options for fine grain performance tuning. - Multiple storage backends available for testing and developing. - Permissions based authorization access tokens.