public Flush ( bool triggerMerge, bool flushDocStores, bool flushDeletes ) : void | ||
triggerMerge | bool | if true, we may merge segments (if /// deletes or docs were flushed) if necessary /// |
flushDocStores | bool | if false we are allowed to keep /// doc stores open to share with the next segment /// |
flushDeletes | bool | whether pending deletes should also /// be flushed /// |
return | void |