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 should support Timer class #59

Closed kaykay-dv closed 4 months ago

kaykay-dv commented 4 months ago

When indexing a large amount of documents, it would be good if we progress would be displayed on console. The Timer class should be used for this when the .build method of the PocketSearch class has verbose=True set.

kaykay-dv commented 4 months ago

Added in 0.30.0