Package | Description |
---|---|
org.apache.solr.update |
APIs and classes for managing index updates
|
Modifier and Type | Field and Description |
---|---|
protected UpdateLog.RecoveryInfo |
UpdateLog.recoveryInfo |
Modifier and Type | Method and Description |
---|---|
Future<UpdateLog.RecoveryInfo> |
UpdateLog.applyBufferedUpdates()
Returns the Future to wait on, or null if no replay was needed
|
Future<UpdateLog.RecoveryInfo> |
UpdateLog.recoverFromCurrentLog()
Replay current tlog, so all updates will be written to index.
|
Future<UpdateLog.RecoveryInfo> |
UpdateLog.recoverFromLog() |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.