tantivy-pyEasy Playground

Python bindings for Tantivy full-text search engine (Rust)

Getting started with tantivy-pyRun locally
Install
pip install tantivy
Python 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?