Class SearchWithSortTask
Does sort search on specified field.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SearchWithSortTask : ReadTask, IDisposable
Constructors
| Improve this Doc View SourceSearchWithSortTask(PerfRunData)
Declaration
public SearchWithSortTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Properties
| Improve this Doc View SourceSort
Declaration
public override Sort Sort { get; }
Property Value
Type | Description |
---|---|
Sort |
Overrides
| Improve this Doc View SourceSupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithMaxScore
Declaration
public override bool WithMaxScore { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithRetrieve
Declaration
public override bool WithRetrieve { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithScore
Declaration
public override bool WithScore { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithSearch
Declaration
public override bool WithSearch { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithTraverse
Declaration
public override bool WithTraverse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceWithWarm
Declaration
public override bool WithWarm { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceGetQueryMaker()
Declaration
public override IQueryMaker GetQueryMaker()
Returns
Type | Description |
---|---|
IQueryMaker |
Overrides
| Improve this Doc View SourceSetParams(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
Implements
System.IDisposable