Class Algorithm
Test algorithm, as read from file
Inheritance
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Algorithm : object
Constructors
Name | Description |
---|---|
Algorithm(PerfRunData) | Read algorithm from file. Property examined: alt.tasks.packages == comma separated list of alternate Assembly names where tasks would be searched for, when not found in the default Assembly (that of PerfTask). If the same task class appears in more than one Assembly, the Assembly indicated first in this list will be used. The Lucene.Net implementation differs from Lucene in that all referenced assemblies are also scanned for the type. However, alt.tasks.packages may be included for assemblies that are not referenced in your project. |
Methods
Name | Description |
---|---|
Execute() | Execute this algorithm. |
ExtractTasks() | Expert: for test purposes, return all tasks participating in this algorithm. |
ToString() |