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

    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

    Extension Methods

    Number.IsNumber()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)