mirror of https://github.com/apache/lucene.git
benchmark javadoc mixup: doc.maker.forever -> content.source.forever
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7df1a77cc7
commit
89353734cf
|
@ -19,7 +19,7 @@ package org.apache.lucene.benchmark.byTask.feeds;
|
|||
|
||||
/**
|
||||
* 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 {
|
||||
|
|
|
@ -557,7 +557,7 @@ Here is a list of currently defined properties:
|
|||
<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
|
||||
|
|
Loading…
Reference in New Issue