摘要:
虽然是很久了的数据,还是有很好的参考价值的:lucene.commit.batch.size=0 lucene.commit.time.interval=0 These properties allow commits in batch, you can either set how many document changes a batch will contain (commit will happen after X docs are modified) or set a time interval in milliseconds (commit will happen ever... 阅读全文