SOLR-15029 Add lucene.interal tag

This commit is contained in:
Mike Drob 2020-12-16 15:06:54 -06:00
parent 2f45a31fbd
commit f11837544f
1 changed files with 1 additions and 1 deletions

View File

@ -5162,7 +5162,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit, Accountable,
* <p>This method should be called on a tragic event ie. if a downstream class of the writer
* hits an unrecoverable exception. This method does not rethrow the tragic event exception.
* <p>Note: This method will not close the writer but can be called from any location without respecting any lock order
* <p>This method is visible for testing, and is not expected to be called by client code
* @lucene.internal
*/
public void onTragicEvent(Throwable tragedy, String location) {
// This is not supposed to be tragic: IW is supposed to catch this and