Class SearchWithSortTask
Does sort search on specified field.
Inheritance
System.Object
SearchWithSortTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchWithSortTask : ReadTask
Constructors
|
Improve this Doc
View Source
SearchWithSortTask(PerfRunData)
Declaration
public SearchWithSortTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
Sort
Declaration
public override Sort Sort { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithMaxScore
Declaration
public override bool WithMaxScore { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithScore
Declaration
public override bool WithScore { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithSearch
Declaration
public override bool WithSearch { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithTraverse
Declaration
public override bool WithTraverse { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WithWarm
Declaration
public override bool WithWarm { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
GetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
Returns
Overrides
|
Improve this Doc
View Source
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
Declaration
public override void SetParams(string sortField)
Parameters
Type |
Name |
Description |
System.String |
sortField |
|
Overrides