tantivy-py — Easy Playground
Python bindings for Tantivy full-text search engine (Rust)
Getting started with tantivy-pyRun locally
Install
pip install tantivyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: tantivy_py)
tantivy-py is a third-party package. Python bindings for Tantivy full-text search engine (Rust). Install with: pip install tantivy
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?