Example usage for org.apache.lucene.benchmark.byTask.feeds ContentItemsSource subclass-usage

List of usage examples for org.apache.lucene.benchmark.byTask.feeds ContentItemsSource subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.benchmark.byTask.feeds ContentItemsSource subclass-usage.

Usage

From source file wikisearch.ContentSource.java

/**
 * Represents content from a specified source, such as TREC, Reuters etc. A
 * {@link ContentSource} is responsible for creating {@link DocData} objects for
 * its documents to be consumed by {@link DocMaker}. It also keeps track
 * of various statistics, such as how many documents were generated, size in
 * bytes etc.