On 7/23/2013 4:56 PM, SolrLover wrote:
> For ex: If I have the hard autocommit set to 10 minutes and a softcommit
> every second, new documents will show up every second but in case of JVM
> crash or power goes out I will lose all the documents after the last hard
> commit.

It's my understanding that if you have the transaction log enabled
(which is always a good idea with 4.x), when things start back up, the
transaction log will be replayed and your index will be current, even if
the last few transactions never got flushed to disk in the index itself.

This does of course assume that you have a properly configured uniqueKey
in your schema.

Is my understanding incorrect?

Thanks,
Shawn

Reply via email to