Package org.apache.solr.update
Class UpdateLog.RecoveryInfo
- java.lang.Object
 - 
- org.apache.solr.update.UpdateLog.RecoveryInfo
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description intaddsintdeleteByQueryintdeletesAtomicIntegererrorsbooleanfailedlongpositionOfStart 
- 
Constructor Summary
Constructors Constructor Description RecoveryInfo() 
 - 
 
- 
- 
Field Detail
- 
positionOfStart
public long positionOfStart
 
- 
adds
public int adds
 
- 
deletes
public int deletes
 
- 
deleteByQuery
public int deleteByQuery
 
- 
errors
public AtomicInteger errors
 
- 
failed
public boolean failed
 
 - 
 
 -