Uses of Class
org.apache.lucene.benchmark.byTask.feeds.ContentSource
-
Packages that use ContentSource Package Description org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. -
-
Uses of ContentSource in org.apache.lucene.benchmark.byTask.feeds
Subclasses of ContentSource in org.apache.lucene.benchmark.byTask.feeds Modifier and Type Class Description classDirContentSourceAContentSourceusing the Dir collection for its input.classEnwikiContentSourceAContentSourcewhich reads the English Wikipedia dump.classLineDocSourceAContentSourcereading one line at a time as aDocumentfrom a single file.classLongToEnglishContentSourceCreates documents whose content is alongnumber starting from.Long.MIN_VALUE+ 10classReutersContentSourceAContentSourcereading from the Reuters collection.classSingleDocSourceCreates the same document each timeSingleDocSource.getNextDocData(DocData)is called.classSortableSingleDocSourceAdds fields appropriate for sorting: country, random_string and sort_field (int).classTrecContentSourceImplements aContentSourceover the TREC collection.Fields in org.apache.lucene.benchmark.byTask.feeds declared as ContentSource Modifier and Type Field Description protected ContentSourceDocMaker. source
-