remove incorrect javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@470109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-11-01 21:35:32 +00:00
parent c0d330c041
commit 4a5ace9a4e
1 changed files with 0 additions and 6 deletions

View File

@ -85,12 +85,6 @@ import java.io.Serializable;
* fields are in the index and <i>might</i> be used to sort - only by * fields are in the index and <i>might</i> be used to sort - only by
* the ones actually used to sort a result set. * the ones actually used to sort a result set.
* *
* <p>The cache is cleared each time a new <code>IndexReader</code> is
* passed in, or if the value returned by <code>maxDoc()</code>
* changes for the current IndexReader. This class is not set up to
* be able to efficiently sort hits from more than one index
* simultaneously.
*
* <p>Created: Feb 12, 2004 10:53:57 AM * <p>Created: Feb 12, 2004 10:53:57 AM
* *
* @author Tim Jones (Nacimiento Software) * @author Tim Jones (Nacimiento Software)