Go to file
Dave Borowitz d08b045b7a Support committing Lucene writes within a fixed interval
The ramBufferSize and maxBufferedDocs options control how often the
writer is flushed, but this does not fsync files on disk and thus
might not be permanent, particularly in a machine under heavy load.

Add an option commitWithin to bound the time between calls to commit.
Give each sub-index its own executor to flush and commit outstanding
changes. Non-positive periods trigger commit on every write.

Change-Id: Idfaf17a1eeb9240f25ee1fc842bdf4f8c9b873c3
2014-02-17 14:29:21 -05:00
2013-05-21 20:28:56 -07:00
2013-05-21 20:28:56 -07:00
2013-09-26 23:12:55 -07:00
2013-05-21 20:28:56 -07:00
2013-09-20 19:41:26 -07:00
2013-11-05 21:38:53 +00:00
2013-12-05 17:20:26 +09:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2014-01-15 09:43:25 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB