in reply to Re^2: KinoSearch - is there a way to iterate over all documents in an index?
in thread KinoSearch - is there a way to iterate over all documents in an index?

Looking at the code, the KinoSearch::Store::FSInvIndex data store is just a simple directory filled with files. You should be able to open the directory and iterate over the files in it yourself. ;)
  • Comment on Re^3: KinoSearch - is there a way to iterate over all documents in an index?