sync
Ensures that any writes to these files are moved to stable storage (made durable).
Lucene uses this to properly commit changes to the index, to prevent a machine/OS crash from corrupting the index.
See also
.syncMetaData
Ensures that any writes to these files are moved to stable storage (made durable).
Lucene uses this to properly commit changes to the index, to prevent a machine/OS crash from corrupting the index.
.syncMetaData