| Name | Description | Type | Package | Framework |
| AddDocTask | Add a document, optionally of a certain size. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| AddFacetedDocTask | Add a faceted document. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| AddIndexesTask | Adds an input index to an existing index, using IndexWriter. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| AnalyzerFactoryTask | Analyzer factory construction task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| BenchmarkHighlighter | | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ClearStatsTask | Clear statistics data. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CloseIndexTask | Other side effects: index writer object in perfRunData is nullified. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CloseReaderTask | Other side effects: index reader in perfRunData is nullified. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CloseTaxonomyIndexTask | Close taxonomy index. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CloseTaxonomyReaderTask | Close taxonomy reader. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CommitIndexTask | Commits the IndexWriter. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CommitTaxonomyIndexTask | Commits the Taxonomy Index. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ConsumeContentSourceTask | Consumes a ContentSource. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CreateIndexTask | Other side effects: index writer object in perfRunData is set. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| CreateTaxonomyIndexTask | Create a taxonomy index. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ForceMergeTask | Runs forceMerge on the index. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| NearRealtimeReaderTask | Spawns a BG thread that periodically (defaults to 3. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| NewAnalyzerTask | Create a new Analyzer and set it it in the getRunData() for use by all future tasks. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| NewCollationAnalyzerTask | Task to support benchmarking collation. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| NewCollationAnalyzerTask .Implementation | Different Collation implementations: currently limited to what is provided in the JDK and ICU. | Class | org.apache.lucene.benchmark.byTask.tasks.NewCollationAnalyzerTask | Apache Lucene |
|
| NewLocaleTask | Set a Locale for use in benchmarking. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| NewRoundTask | Increment the counter for properties maintained by Round Number. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| OpenIndexTask | Open an index writer. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| OpenReaderTask | Open an index reader. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| OpenTaxonomyIndexTask | Open a taxonomy index. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| OpenTaxonomyReaderTask | Open a taxonomy index reader. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| PerfTask | An abstract task to be tested for performance. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| PrintReaderTask | Opens a reader and prints basic statistics. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ReadTask | Read index (abstract) task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ReadTokensTask | Simple task to test performance of tokenizers. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ReopenReaderTask | Reopens IndexReader and closes old IndexReader. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepAllTask | Report all statistics with no aggregations. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ReportTask | Report (abstract) task - all report tasks extend this task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepSelectByPrefTask | Report by-name-prefix statistics with no aggregations. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepSumByNameRoundTask | Report all statistics grouped/aggregated by name and round. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepSumByNameTask | Report all statistics aggregated by name. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepSumByPrefRoundTask | Report all prefix matching statistics grouped/aggregated by name and round. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RepSumByPrefTask | Report by-name-prefix statistics aggregated by name. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ResetInputsTask | Reset inputs so that the test run would behave, input wise, as if it just started. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ResetSystemEraseTask | Reset all index and input data and call gc, erase index and dir, does NOT clear statistics. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| ResetSystemSoftTask | Reset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| RollbackIndexTask | Rollback the index writer. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTask | Note: This task reuses the reader if it is already open. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTravRetHighlightTask | Search and Traverse and Retrieve docs task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTravRetLoadFieldSelectorTask | Search and Traverse and Retrieve docs task using a FieldVisitor loading only the requested fields. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTravRetTask | Search and Traverse and Retrieve docs task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTravRetVectorHighlightTask | Search and Traverse and Retrieve docs task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchTravTask | Search and Traverse task. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchWithCollectorTask | | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SearchWithSortTask | Does sort search on specified field. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| SetPropTask | Set a performance test configuration property. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| TaskSequence | Sequence of parallel or sequential tasks. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| UpdateDocTask | Update a document, using IndexWriter. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| WaitTask | Simply waits for the specified (via the parameter) amount of time. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| WarmTask | Warm reader task: retrieve all reader documents. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| WriteEnwikiLineDocTask | A WriteLineDocTask which for Wikipedia input, will write category pages to another file, while remaining pages will be written to the original file. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |
|
| WriteLineDocTask | A task which writes documents, one line per document. | Class | org.apache.lucene.benchmark.byTask.tasks | Apache Lucene |