| PerfTask | A (abstract) task to be tested for performance. | code | html |
| ReadTask | Read index (abstract) task. | code | html |
| ReportTask | Report (abstract) task - all report tasks extend this task. | code | html |
| AddDocTask | Add a document, optionally with of a certain size. | code | html |
| ClearStatsTask | Clear statistics data. | code | html |
| CloseIndexTask | Close index writer. | code | html |
| CloseReaderTask | Close index reader. | code | html |
| CreateIndexTask | Create an index. | code | html |
| DeleteDocTask | Delete a document by docid. | code | html |
| NewAnalyzerTask | Create a new org.apache.lucene.analysis.Analyzer and set it it in the getRunData() for use by all future tasks. | code | html |
| NewRoundTask | Increment the counter for properties maintained by Round Number. | code | html |
| OpenIndexTask | Open an index writer. | code | html |
| OpenReaderTask | Open an index reader. | code | html |
| OptimizeTask | Optimize the index. | code | html |
| ReadTokensTask | Simple task to test performance of tokenizers. | code | html |
| ReadTokensTask.ReusableStringReader | code | html | |
| RepAllTask | Report all statistics with no aggregations. | code | html |
| RepSelectByPrefTask | Report by-name-prefix statistics with no aggregations. | code | html |
| RepSumByNameRoundTask | Report all statistics grouped/aggregated by name and round. | code | html |
| RepSumByNameTask | Report all statistics aggregated by name. | code | html |
| RepSumByPrefRoundTask | Report all prefix matching statistics grouped/aggregated by name and round. | code | html |
| RepSumByPrefTask | Report by-name-prefix statistics aggregated by name. | code | html |
| ResetInputsTask | Reset inputs so that the test run would behave, input wise, as if it just started. | code | html |
| ResetSystemEraseTask | Reset all index and input data and call gc, erase index and dir, does NOT clear statistics. | code | html |
| ResetSystemSoftTask | Reset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics. | code | html |
| SearchTask | Search task. | code | html |
| SearchTravRetLoadFieldSelectorTask | Search and Traverse and Retrieve docs task using a SetBasedFieldSelector. | code | html |
| SearchTravRetTask | Search and Traverse and Retrieve docs task. | code | html |
| SearchTravTask | Search and Traverse task. | code | html |
| SetPropTask | Set a performance test configuration property. | code | html |
| TaskSequence | Sequence of parallel or sequential tasks. | code | html |
| WarmTask | Warm reader task: retrieve all reader documents. | code | html |
| WriteLineDocTask | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |