Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Index.SegmentMergeQueue Class Reference

Inherits PriorityQueue< SegmentMergeInfo >, and IDisposable.

Public Member Functions

override bool LessThan (SegmentMergeInfo stiA, SegmentMergeInfo stiB)
 
void Dispose ()
 

Detailed Description

Definition at line 24 of file SegmentMergeQueue.cs.

Member Function Documentation

void Lucene.Net.Index.SegmentMergeQueue.Dispose ( )

Definition at line 40 of file SegmentMergeQueue.cs.

override bool Lucene.Net.Index.SegmentMergeQueue.LessThan ( SegmentMergeInfo  stiA,
SegmentMergeInfo  stiB 
)

Definition at line 31 of file SegmentMergeQueue.cs.


The documentation for this class was generated from the following file: