tantivy-py
Package — SearchPython 3.7+Advanced
Python bindings for Tantivy full-text search engine (Rust)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (Rust binary)
- Install
pip install tantivy
Learn by Difficulty
Quick Example
python
# Install: pip install tantivy import tantivy_py # Basic tantivy-py usage print(f"Using tantivy-py") # See documentation for detailed examples
tantivy-py is a third-party package. Python bindings for Tantivy full-text search engine (Rust). Install with: pip install tantivy
Try in PlaygroundTags
packagesearchindexingfull-text