Methods Summary |
---|
public long | getByteCount()Return total byte size of docs made since last reset.
|
public int | getCount()Return number of docs made since last reset.
|
public HTMLParser | getHtmlParser()Returns the htmlParser.
|
public org.apache.lucene.document.Document | makeDocument(int size)Create the next document, of the given size by input bytes.
If the implementation does not support control over size, an exception is thrown.
|
public org.apache.lucene.document.Document | makeDocument()Create the next document.
|
public long | numUniqueBytes()Return total bytes of all available unique texts, 0 if not applicable
|
public int | numUniqueTexts()Return how many real unique texts are available, 0 if not applicable.
|
public void | printDocStatistics()Print some statistics on docs available/added/etc.
|
public void | resetInputs()Reset inputs so that the test run would behave, input wise, as if it just started.
|
public void | setConfig(org.apache.lucene.benchmark.byTask.utils.Config config)Set the properties
|
public void | setHTMLParser(HTMLParser htmlParser)Set the html parser to use, when appropriate
|