Show / Hide Table of Contents

    Interface IConcurrentMergeScheduler

    Inherited Members
    IMergeScheduler.Merge(IndexWriter, MergeTrigger, Boolean)
    IMergeScheduler.Clone()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public interface IConcurrentMergeScheduler : IMergeScheduler, IDisposable

    Properties

    | Improve this Doc View Source

    MaxMergeCount

    Declaration
    int MaxMergeCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaxThreadCount

    Declaration
    int MaxThreadCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MergeThreadPriority

    Declaration
    int MergeThreadPriority { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ClearSuppressExceptions()

    Declaration
    void ClearSuppressExceptions()
    | Improve this Doc View Source

    SetMaxMergesAndThreads(Int32, Int32)

    Declaration
    void SetMaxMergesAndThreads(int maxMergeCount, int maxThreadCount)
    Parameters
    Type Name Description
    System.Int32 maxMergeCount
    System.Int32 maxThreadCount
    | Improve this Doc View Source

    SetMergeThreadPriority(Int32)

    Declaration
    void SetMergeThreadPriority(int priority)
    Parameters
    Type Name Description
    System.Int32 priority
    | Improve this Doc View Source

    SetSuppressExceptions()

    Declaration
    void SetSuppressExceptions()
    | Improve this Doc View Source

    Sync()

    Declaration
    void Sync()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)