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