kaykay-dv / pocketsearch

A simple full-text search library for Python using SQLite and its FTS5 extension
https://pocketsearch.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

IndexReader documentation #61

Open kaykay-dv opened 4 months ago

kaykay-dv commented 4 months ago

While the IndexReader class is available and convenient for indexing files in the file system, it is not present in the documentation yet.