Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhihu/rucene
Rust port of Lucene
https://github.com/zhihu/rucene
information-retrival lucene rust
Last synced: 6 days ago
JSON representation
Rust port of Lucene
- Host: GitHub
- URL: https://github.com/zhihu/rucene
- Owner: zhihu
- License: apache-2.0
- Created: 2019-05-29T03:10:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T19:20:16.000Z (12 months ago)
- Last Synced: 2025-01-17T19:19:39.302Z (13 days ago)
- Topics: information-retrival, lucene, rust
- Language: Rust
- Homepage:
- Size: 1.83 MB
- Stars: 1,017
- Watchers: 31
- Forks: 63
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.