You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by yo...@apache.org on 2006/11/01 22:35:33 UTC

svn commit: r470109 - /lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java

Author: yonik
Date: Wed Nov  1 13:35:32 2006
New Revision: 470109

URL: http://svn.apache.org/viewvc?view=rev&rev=470109
Log:
remove incorrect javadoc

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java?view=diff&rev=470109&r1=470108&r2=470109
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/Sort.java Wed Nov  1 13:35:32 2006
@@ -85,12 +85,6 @@
  * fields are in the index and <i>might</i> be used to sort - only by
  * 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
  *
  * @author  Tim Jones (Nacimiento Software)