C# Class Lucene.Net.Index.Sorter.SortingAtomicReader.SortingDocsEnum.DocFreqSorter

Inheritance: Lucene.Net.Util.TimSorter
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
DocFreqSorter ( int maxDoc ) : System
Reset ( int docs, int freqs ) : void

Protected Methods

Method Description
Compare ( int i, int j ) : int
CompareSaved ( int i, int j ) : int
Copy ( int src, int dest ) : void
Restore ( int i, int j ) : void
Save ( int i, int len ) : void
Swap ( int i, int j ) : void

Method Details

Compare() protected method

protected Compare ( int i, int j ) : int
i int
j int
return int

CompareSaved() protected method

protected CompareSaved ( int i, int j ) : int
i int
j int
return int

Copy() protected method

protected Copy ( int src, int dest ) : void
src int
dest int
return void

DocFreqSorter() public method

public DocFreqSorter ( int maxDoc ) : System
maxDoc int
return System

Reset() public method

public Reset ( int docs, int freqs ) : void
docs int
freqs int
return void

Restore() protected method

protected Restore ( int i, int j ) : void
i int
j int
return void

Save() protected method

protected Save ( int i, int len ) : void
i int
len int
return void

Swap() protected method

protected Swap ( int i, int j ) : void
i int
j int
return void