Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum MergeTrigger

    MergeTrigger is passed to FindMerges(MergeTrigger, SegmentInfos) to indicate the event that triggered the merge.

    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public enum MergeTrigger

    Fields

    Name Description
    CLOSING

    Merge was triggered by a disposing IndexWriter.

    EXPLICIT

    Merge has been triggered explicitly by the user.

    FULL_FLUSH

    Merge was triggered by a full flush. Full flushes can be caused by a commit, NRT reader reopen or a Dispose() call on the index writer.

    MERGE_FINISHED

    Merge was triggered by a successfully finished merge.

    SEGMENT_FLUSH

    Merge was triggered by a segment flush.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.