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.TermVectorEntryFreqSortedComparator Class Reference

Compares Lucene.Net.Index.TermVectorEntrys first by frequency and then by the term (case-sensitive) More...

Inherits IComparer< TermVectorEntry >.

Public Member Functions

virtual int Compare (TermVectorEntry entry, TermVectorEntry entry1)
 

Detailed Description

Compares Lucene.Net.Index.TermVectorEntrys first by frequency and then by the term (case-sensitive)

Definition at line 28 of file TermVectorEntryFreqSortedComparator.cs.

Member Function Documentation

virtual int Lucene.Net.Index.TermVectorEntryFreqSortedComparator.Compare ( TermVectorEntry  entry,
TermVectorEntry  entry1 
)
virtual

Definition at line 30 of file TermVectorEntryFreqSortedComparator.cs.


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