mirror of https://github.com/apache/lucene.git
SOLR-5122: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b3b9294cc
commit
f02170a048
|
@ -36,7 +36,7 @@ public class EarlyTerminatingCollectorException extends RuntimeException {
|
|||
}
|
||||
/**
|
||||
* The total number of documents in the index that were "scanned" by
|
||||
* the index when collecting the {@see #getNumberCollected()} documents
|
||||
* the index when collecting the {@link #getNumberCollected()} documents
|
||||
* that triggered this exception.
|
||||
* <p>
|
||||
* This number represents the sum of:
|
||||
|
|
Loading…
Reference in New Issue