In Solr 4.0, a transaction log file is created when documents are added. After fixing the documents in the location there is a transaction log file. If the size of the transaction log file is large and the transaction records that the log file is taking up extra space. How to delete a committed transaction log file, and also will it be deleted automatically if it was no longer used?
Is there any configuration to set the maximum size of the transaction log? If so, once the maximum size has been reached for the transaction log file, will a new transaction log file be created?
source share