Indexing starts out at a decent rate (after files are downloaded and extracted), but slows down heavily over time. I suspect it's due to the MultifieldSqliteDocstore needing to insert frequently. Maybe it's time to replace this method of storing document fields with something more robust.
Introduced in #8
Indexing starts out at a decent rate (after files are downloaded and extracted), but slows down heavily over time. I suspect it's due to the
MultifieldSqliteDocstore
needing to insert frequently. Maybe it's time to replace this method of storing document fields with something more robust.