Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IConcurrentMergeScheduler

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

    Properties

    MaxMergeCount

    Declaration
    int MaxMergeCount { get; }
    Property Value
    Type Description
    int

    MaxThreadCount

    Declaration
    int MaxThreadCount { get; }
    Property Value
    Type Description
    int

    MergeThreadPriority

    Declaration
    int MergeThreadPriority { get; }
    Property Value
    Type Description
    int

    Methods

    ClearSuppressExceptions()

    Declaration
    void ClearSuppressExceptions()

    SetMaxMergesAndThreads(int, int)

    Declaration
    void SetMaxMergesAndThreads(int maxMergeCount, int maxThreadCount)
    Parameters
    Type Name Description
    int maxMergeCount
    int maxThreadCount

    SetMergeThreadPriority(int)

    Declaration
    void SetMergeThreadPriority(int priority)
    Parameters
    Type Name Description
    int priority

    SetSuppressExceptions()

    Declaration
    void SetSuppressExceptions()

    Sync()

    Declaration
    void Sync()
    Back to top Copyright © 2024 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.