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 |
CommitIndexTask
| Commits the IndexWriter. |
code | html |
ConsumeContentSourceTask
| Consumes a org.apache.lucene.benchmark.byTask.feeds.ContentSource . |
code | html |
CreateIndexTask
| Create an index. |
code | html |
DeleteByPercentTask
| Deletes a percentage of documents from an index randomly
over the number of documents. |
code | html |
DeleteDocTask
| Delete a document by docid. |
code | html |
FlushReaderTask
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
NearRealtimeReaderTask
| Spawns a BG thread that periodically (defaults to 3.0
seconds, but accepts param in seconds) wakes up and asks
IndexWriter for a near real-time reader. |
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 |
PrintReaderTask
| Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
code | html |
ReadTokensTask
| Simple task to test performance of tokenizers. |
code | html |
ReadTokensTask.ReusableStringReader
| |
code | html |
ReopenReaderTask
| Reopens IndexReader and closes old IndexReader. |
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 |
RollbackIndexTask
| Rollback the index writer. |
code | html |
SearchTask
| Search task. |
code | html |
SearchTravRetHighlightTask
| Search and Traverse and Retrieve docs 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 |
SearchTravRetVectorHighlightTask
| Search and Traverse and Retrieve docs task. |
code | html |
SearchTravTask
| Search and Traverse task. |
code | html |
SearchWithSortTask
| Does sort search on specified field. |
code | html |
SetPropTask
| Set a performance test configuration property. |
code | html |
TaskSequence
| Sequence of parallel or sequential tasks. |
code | html |
TaskSequence.ParallelTask
| |
code | html |
TaskSequence.RunBackgroundTask
| |
code | html |
UpdateDocTask
| Update a document, using IndexWriter.updateDocument,
optionally with of a certain size. |
code | html |
WaitTask
| Simply waits for the specified (via the parameter) amount
of time. |
code | html |
WarmTask
| Warm reader task: retrieve all reader documents. |
code | html |
WriteLineDocTask
| A task which writes documents, one line per document. |
code | html |