Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Static Public Member Functions | List of all members
Lucene.Net.Index.Memory.TermComparer Class Reference

Inherited by Lucene.Net.Index.Memory.TermComparer< T >.

Static Public Member Functions

static int KeyComparer< TKey, TValue > (KeyValuePair< TKey, TValue > x, KeyValuePair< TKey, TValue > y)
 Sorts term entries into ascending order; also works for Arrays.binarySearch() and Arrays.sort()
 

Detailed Description

Definition at line 29 of file TermComparer.cs.

Member Function Documentation

static int Lucene.Net.Index.Memory.TermComparer.KeyComparer< TKey, TValue > ( KeyValuePair< TKey, TValue >  x,
KeyValuePair< TKey, TValue >  y 
)
static

Sorts term entries into ascending order; also works for Arrays.binarySearch() and Arrays.sort()

Type Constraints
TKey :class 
TKey :IComparable<TKey> 

Definition at line 35 of file TermComparer.cs.


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