Skip to content
Rust port of Lucene
Rust
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
src auto flush by 1GB used per consumer; weak-use writer. Dec 27, 2019
Cargo.toml Bump version Dec 11, 2019
LICENSE Initial version of rucene Apr 18, 2018
README.md
rust-toolchain
rustfmt.toml

README.md

Rucene - Rust implementation of Lucene

Introduction

Rucene is a Rust port of the popular Apache Lucene project. Rucene is not a complete application, but rather a code library and API that can easily be used to add full text search capabilities to applications.

Status

The index searcher part of Rucene has been put into production and has served all search traffics at Zhihu since July, 2018. Development of the index writer part was started in late 2018, and has been put into production to serve real-time searching since May, 2019.

Documentation

We don't yet have an API documentation for Rucene, but the usage is similar to Lucene 6.2.1.

Note:

We are working on this, but could use more help since it is a massive project.

License

Rucene is under the Apache 2.0 license. See the LICENSE file for details.

You can’t perform that action at this time.