Live data from Hacker News

Embedding a Tantivy Index in Parquet

github.com

1–2 of 2 posts

Re: Embedding a Tantivy Index in Parquet

#2
This demo extends a Parquet file by embedding a Tantivy full-text search index inside it. A custom DataFusion TableProvider implementation uses the embedded full-text index to optimize wildcard LIKE predicates.