Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhihu/rucene

Rust port of Lucene
https://github.com/zhihu/rucene

information-retrival lucene rust

Last synced: about 2 months ago
JSON representation

Rust port of Lucene

Awesome Lists containing this project

README

        

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](https://lucene.apache.org/core/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](./LICENSE) file for details.