The Apache Paimon community is pleased to announce the release of Apache
Paimon Full Text Index 0.1.0.

Apache Paimon Full Text Index is a standalone Tantivy-based full-text index
library for Apache Paimon-style data lake storage.

Source release:
https://downloads.apache.org/paimon/paimon-full-text-0.1.0/

Rust:
cargo add paimon-ftindex-core
https://crates.io/crates/paimon-ftindex-core

Java:
<dependency>
  <groupId>org.apache.paimon</groupId>
  <artifactId>paimon-full-text-index</artifactId>
  <version>0.1.0</version>
</dependency>
https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-full-text-index/0.1.0/

Python:
pip install paimon-ftindex
https://pypi.org/project/paimon-ftindex/0.1.0/

Release notes:
https://github.com/apache/paimon-full-text/releases/tag/v0.1.0

Thanks to all contributors!

Best regards,
Jianguo Tian

Reply via email to