标签: python whoosh
我收到了错误
ValueError: Keys must increase: '\x00\x00\x0b\xc4\x00\x01' .. '\x00\x00\x0b\xc4\x00\x01'
在
writer.commit()
编写者是index.writer。我正在向索引添加10K文件,为了提高性能,我提交了每100个文件。此错误仅发生在第21次提交(20999个文件)。
堆栈在add_all中以whoosh ... \ filetables.py