You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2015/01/19 20:48:36 UTC

svn commit: r1653093 - in /lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask: feeds/NoMoreDataException.java package.html

Author: dsmiley
Date: Mon Jan 19 19:48:36 2015
New Revision: 1653093

URL: http://svn.apache.org/r1653093
Log:
benchmark javadoc mixup: doc.maker.forever ->  content.source.forever

Modified:
    lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/NoMoreDataException.java
    lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html

Modified: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/NoMoreDataException.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/NoMoreDataException.java?rev=1653093&r1=1653092&r2=1653093&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/NoMoreDataException.java (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/NoMoreDataException.java Mon Jan 19 19:48:36 2015
@@ -19,7 +19,7 @@ package org.apache.lucene.benchmark.byTa
 
 /**
  * Exception indicating there is no more data.
- * Thrown by Docs Makers if doc.maker.forever is false and docs sources of that maker where exhausted.
+ * Thrown by Docs Makers if content.source.forever is false and docs sources of that maker where exhausted.
  * This is useful for iterating all document of a source, in case we don't know in advance how many docs there are.
  */
 public class NoMoreDataException extends Exception {

Modified: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html?rev=1653093&r1=1653092&r2=1653093&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/package.html Mon Jan 19 19:48:36 2015
@@ -557,7 +557,7 @@ Here is a list of currently defined prop
   <li><b>Docs and queries creation:</b></li>
     <ul><li>analyzer
     </li><li>doc.maker
-    </li><li>doc.maker.forever
+    </li><li>content.source.forever
     </li><li>html.parser
     </li><li>doc.stored
     </li><li>doc.tokenized