Show / Hide Table of Contents

    Class SearchWithSortTask

    Does sort search on specified field.

    Inheritance
    System.Object
    PerfTask
    ReadTask
    SearchWithSortTask
    Inherited Members
    ReadTask.DoLogic()
    ReadTask.CreateCollector()
    ReadTask.RetrieveDoc(IndexReader, Int32)
    ReadTask.WithCollector
    ReadTask.TraversalSize
    ReadTask.Setup()
    ReadTask.NumHits
    ReadTask.NumToHighlight
    ReadTask.GetBenchmarkHighlighter(Query)
    ReadTask.GetFieldsToHighlight(Document)
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(Int32)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.Dispose(Boolean)
    PerfTask.RunAndMaybeStats(Boolean)
    PerfTask.GetName()
    PerfTask.SetName(String)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.ToString()
    PerfTask.GetLogMessage(Int32)
    PerfTask.ShouldNeverLogAtStart
    PerfTask.ShouldNotRecordStats
    PerfTask.TearDown()
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class SearchWithSortTask : ReadTask

    Constructors

    | Improve this Doc View Source

    SearchWithSortTask(PerfRunData)

    Declaration
    public SearchWithSortTask(PerfRunData runData)
    Parameters
    Type Name Description
    PerfRunData runData

    Properties

    | Improve this Doc View Source

    Sort

    Declaration
    public override Sort Sort { get; }
    Property Value
    Type Description
    Sort
    Overrides
    ReadTask.Sort
    | Improve this Doc View Source

    SupportsParams

    Declaration
    public override bool SupportsParams { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    PerfTask.SupportsParams
    | Improve this Doc View Source

    WithMaxScore

    Declaration
    public override bool WithMaxScore { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithMaxScore
    | Improve this Doc View Source

    WithRetrieve

    Declaration
    public override bool WithRetrieve { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithRetrieve
    | Improve this Doc View Source

    WithScore

    Declaration
    public override bool WithScore { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithScore
    | Improve this Doc View Source

    WithSearch

    Declaration
    public override bool WithSearch { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithSearch
    | Improve this Doc View Source

    WithTraverse

    Declaration
    public override bool WithTraverse { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithTraverse
    | Improve this Doc View Source

    WithWarm

    Declaration
    public override bool WithWarm { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithWarm

    Methods

    | Improve this Doc View Source

    GetQueryMaker()

    Declaration
    public override IQueryMaker GetQueryMaker()
    Returns
    Type Description
    IQueryMaker
    Overrides
    ReadTask.GetQueryMaker()
    | 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
    PerfTask.SetParams(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)