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  |