Add more javadocs to the UpdateLog class

This commit is contained in:
Varun Thacker 2018-01-24 11:45:46 -08:00
parent 19474d9df9
commit 78815c442b
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ import static org.apache.solr.update.processor.DistributedUpdateProcessor.Distri
import static org.apache.solr.update.processor.DistributingUpdateProcessorFactory.DISTRIB_UPDATE_PARAM;
/**
* This holds references to the transaction logs and pointers for the document IDs to their
* exact positions in the transaction logs.
/**
* This holds references to the transaction logs. It also keeps a map of unique key to location in log
* (along with the update's version). This map is only cleared on soft or hard commit
*
* @lucene.experimental
*/