top | item 45373253

Embedding a Tantivy Index in Parquet

1 points| alamb | 5 months ago |github.com

1 comment

order

alamb|5 months ago

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.