Show / Hide Table of Contents

    Class AddFacetedDocTask

    Add a faceted document.

    Inheritance
    System.Object
    PerfTask
    AddDocTask
    AddFacetedDocTask
    Inherited Members
    AddDocTask.m_doc
    AddDocTask.TearDown()
    AddDocTask.SetParams(String)
    AddDocTask.SupportsParams
    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.ShouldNeverLogAtStart
    PerfTask.ShouldNotRecordStats
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class AddFacetedDocTask : AddDocTask
    Remarks

    Config properties:

    • with.facets <tells whether to actually add any facets to the document| Default: true>

      This config property allows to easily compare the performance of adding docs with and without facets. Note that facets are created even when this is false, just that they are not added to the document (nor to the taxonomy).

    See AddDocTask for general document parameters and configuration.

    Makes use of the FacetSource in effect - see PerfRunData for facet source settings.

    Constructors

    | Improve this Doc View Source

    AddFacetedDocTask(PerfRunData)

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

    Methods

    | Improve this Doc View Source

    DoLogic()

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    System.Int32
    Overrides
    AddDocTask.DoLogic()
    | Improve this Doc View Source

    GetLogMessage(Int32)

    Declaration
    protected override string GetLogMessage(int recsCount)
    Parameters
    Type Name Description
    System.Int32 recsCount
    Returns
    Type Description
    System.String
    Overrides
    AddDocTask.GetLogMessage(Int32)
    | Improve this Doc View Source

    Setup()

    Declaration
    public override void Setup()
    Overrides
    AddDocTask.Setup()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)