Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.benchmark.byTask.tasks Classes and Interfaces - 57 results found.
NameDescriptionTypePackageFramework
AddDocTaskAdd a document, optionally of a certain size.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
AddFacetedDocTaskAdd a faceted document.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
AddIndexesTaskAdds an input index to an existing index, using IndexWriter.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
AnalyzerFactoryTaskAnalyzer factory construction task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
BenchmarkHighlighterClassorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ClearStatsTaskClear statistics data.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CloseIndexTask Other side effects: index writer object in perfRunData is nullified.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CloseReaderTask Other side effects: index reader in perfRunData is nullified.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CloseTaxonomyIndexTaskClose taxonomy index.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CloseTaxonomyReaderTaskClose taxonomy reader.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CommitIndexTaskCommits the IndexWriter.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CommitTaxonomyIndexTaskCommits the Taxonomy Index.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ConsumeContentSourceTaskConsumes a ContentSource.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CreateIndexTask Other side effects: index writer object in perfRunData is set.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
CreateTaxonomyIndexTaskCreate a taxonomy index.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ForceMergeTaskRuns forceMerge on the index.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
NearRealtimeReaderTaskSpawns a BG thread that periodically (defaults to 3.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
NewAnalyzerTaskCreate a new Analyzer and set it it in the getRunData() for use by all future tasks.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
NewCollationAnalyzerTaskTask to support benchmarking collation.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
NewCollationAnalyzerTask .ImplementationDifferent Collation implementations: currently limited to what is provided in the JDK and ICU.Classorg.apache.lucene.benchmark.byTask.tasks.NewCollationAnalyzerTaskApache Lucene
NewLocaleTaskSet a Locale for use in benchmarking.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
NewRoundTaskIncrement the counter for properties maintained by Round Number.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
OpenIndexTaskOpen an index writer.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
OpenReaderTaskOpen an index reader.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
OpenTaxonomyIndexTaskOpen a taxonomy index.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
OpenTaxonomyReaderTaskOpen a taxonomy index reader.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
PerfTaskAn abstract task to be tested for performance.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
PrintReaderTaskOpens a reader and prints basic statistics.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ReadTaskRead index (abstract) task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ReadTokensTaskSimple task to test performance of tokenizers.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ReopenReaderTaskReopens IndexReader and closes old IndexReader.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepAllTaskReport all statistics with no aggregations.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ReportTaskReport (abstract) task - all report tasks extend this task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepSelectByPrefTaskReport by-name-prefix statistics with no aggregations.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepSumByNameRoundTaskReport all statistics grouped/aggregated by name and round.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepSumByNameTaskReport all statistics aggregated by name.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepSumByPrefRoundTaskReport all prefix matching statistics grouped/aggregated by name and round.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RepSumByPrefTaskReport by-name-prefix statistics aggregated by name.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ResetInputsTaskReset inputs so that the test run would behave, input wise, as if it just started.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ResetSystemEraseTaskReset all index and input data and call gc, erase index and dir, does NOT clear statistics.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
ResetSystemSoftTaskReset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
RollbackIndexTaskRollback the index writer.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTask Note: This task reuses the reader if it is already open.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTravRetHighlightTaskSearch and Traverse and Retrieve docs task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTravRetLoadFieldSelectorTaskSearch and Traverse and Retrieve docs task using a FieldVisitor loading only the requested fields.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTravRetTaskSearch and Traverse and Retrieve docs task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTravRetVectorHighlightTaskSearch and Traverse and Retrieve docs task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchTravTaskSearch and Traverse task.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchWithCollectorTaskClassorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SearchWithSortTaskDoes sort search on specified field.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
SetPropTaskSet a performance test configuration property.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
TaskSequenceSequence of parallel or sequential tasks.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
UpdateDocTaskUpdate a document, using IndexWriter.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
WaitTaskSimply waits for the specified (via the parameter) amount of time.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
WarmTaskWarm reader task: retrieve all reader documents.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
WriteEnwikiLineDocTaskA WriteLineDocTask which for Wikipedia input, will write category pages to another file, while remaining pages will be written to the original file.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene
WriteLineDocTaskA task which writes documents, one line per document.Classorg.apache.lucene.benchmark.byTask.tasksApache Lucene