Class SearchWithSortTask
Does sort search on specified field.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchWithSortTask : ReadTask
Constructors
Name | Description |
---|---|
SearchWithSortTask(PerfRunData) |
Properties
Name | Description |
---|---|
Sort | |
SupportsParams | |
WithMaxScore | |
WithRetrieve | |
WithScore | |
WithSearch | |
WithTraverse | |
WithWarm |
Methods
Name | Description |
---|---|
GetQueryMaker() | |
SetParams(String) | SortFields: field:type,field:type[,noscore][,nomaxscore] If noscore is present, then we turn off score tracking in TopFieldCollector. If nomaxscore is present, then we turn off maxScore tracking in TopFieldCollector. name:string,page:int,subject:string |