|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker
org.apache.lucene.benchmark.byTask.feeds.SortableSimpleDocMaker
public class SortableSimpleDocMaker
Adds fields appropriate for sorting.
Field Summary |
---|
Fields inherited from class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker |
---|
BODY_FIELD, BYTES_FIELD, config, DATE_FIELD, forever, ID_FIELD, indexVal, NAME_FIELD, storeVal, termVecVal, TITLE_FIELD |
Constructor Summary | |
---|---|
SortableSimpleDocMaker()
|
Method Summary | |
---|---|
protected DocData |
getNextDocData()
Return the data of the next document. |
void |
setConfig(Config config)
Set the properties |
Methods inherited from class org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker |
---|
numUniqueTexts, resetInputs |
Methods inherited from class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker |
---|
addBytes, addUniqueBytes, collectFiles, getByteCount, getCount, getHtmlParser, makeDocument, makeDocument, numUniqueBytes, printDocStatistics, resetUniqueBytes, setHTMLParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableSimpleDocMaker()
Method Detail |
---|
protected DocData getNextDocData() throws NoMoreDataException
BasicDocMaker
getNextDocData
in class SimpleDocMaker
NoMoreDataException
- if data is exhausted (and 'forever' set to false).public void setConfig(Config config)
DocMaker
setConfig
in interface DocMaker
setConfig
in class BasicDocMaker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |