Show / Hide Table of Contents

    Enum KeepMode

    KeepMode determines which document id to consider as the master, all others being identified as duplicates. Selecting the "first occurrence" can potentially save on IO.

    Namespace: Lucene.Net.Sandbox.Queries
    Assembly: Lucene.Net.Sandbox.dll
    Syntax
    public enum KeepMode : int

    Fields

    Name Description
    KM_USE_FIRST_OCCURRENCE
    KM_USE_LAST_OCCURRENCE
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)