Search code examples
whoosh

How to read number of terms in the index created by whoosh library in python?


The whoosh library automatically creates 3 files after the commit operation and I am not able to find any way to read the seg file


Solution

  • I didn't find any way to read the seg file but I found this Whoosh reading package which contains methods to read the contents of the index