https://github.com/royrusso/zindex
An inverted index library for Zig. (inspired by Apache Lucene)
https://github.com/royrusso/zindex
Last synced: 9 months ago
JSON representation
An inverted index library for Zig. (inspired by Apache Lucene)
- Host: GitHub
- URL: https://github.com/royrusso/zindex
- Owner: royrusso
- License: apache-2.0
- Created: 2025-10-06T15:47:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-06T16:59:18.000Z (9 months ago)
- Last Synced: 2025-10-06T18:42:51.296Z (9 months ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZIndex
An **FAST** inverted index library for Zig for JSON documents. (inspired by Apache Lucene)
> [!CAUTION]
> This project is in its early stages and is not yet ready for production use. Expect breaking changes as development continues.