From: <bi...@us...> - 2009-05-05 17:53:03
|
Revision: 2695 http://archive-access.svn.sourceforge.net/archive-access/?rev=2695&view=rev Author: binzino Date: 2009-05-05 17:52:20 +0000 (Tue, 05 May 2009) Log Message: ----------- Fix type-o Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/src/java/org/apache/lucene/index/ArchiveParallelReader.java Modified: trunk/archive-access/projects/nutchwax/archive/src/java/org/apache/lucene/index/ArchiveParallelReader.java =================================================================== --- trunk/archive-access/projects/nutchwax/archive/src/java/org/apache/lucene/index/ArchiveParallelReader.java 2009-03-08 22:59:46 UTC (rev 2694) +++ trunk/archive-access/projects/nutchwax/archive/src/java/org/apache/lucene/index/ArchiveParallelReader.java 2009-05-05 17:52:20 UTC (rev 2695) @@ -248,7 +248,7 @@ * searching behavior where a field is only searched in the first * index that has the field.</p> * <p>This differs from the bundled Lucene <code>ParallelReader</code>, - * which adds all vales from every index that has the field.</p> + * which adds all values from every index that has the field.</p> * <p>The <code>fieldSelector<code> parameter is ignored.</p> * <h3>Implementation Notes</h3> * <p>Since getting the document from the reader is the expensive This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |