Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IConcurrentMergeScheduler

    Inherited Members
    IMergeScheduler.Merge(IndexWriter, MergeTrigger, Boolean)
    IMergeScheduler.Clone()
    System.IDisposable.Dispose()
    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 © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.