Show / Hide Table of Contents

    Enum LurchTableOrder

    Defines if and how items added to a LurchTable are linked together, this defines the value returned from Peek/Dequeue as the oldest entry of the specified operation.

    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public enum LurchTableOrder : int

    Fields

    Name Description
    Access

    Linked by most recently inserted, updated, or fetched

    Insertion

    Linked in insertion order

    Modified

    Linked by most recently inserted or updated

    None

    No linking

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