When should we apply Hard commit and Soft commit in SOLR?
问题 I want to know when we should do hard commit and when we should do soft commit in SOLR. Thanks 回答1: In the same vein as the question you just asked but deleted, this is explained thoroughly on the internet: Soft commit when you want something to be made available as soon as possible without waiting for it to be written to disk. Hard commit when you want make sure its being persisted to disk. From the link above: Soft commits Soft commits are about visibility, hard commits are about durability