C# Class Lucene.Net.Index.MergePolicy.DocMap

A map of doc IDs.
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Map ( int old ) : int

Return the new doc ID according to its old value.

Méthodes protégées

Méthode Description
DocMap ( ) : System

Sole constructor, typically invoked from sub-classes constructors.

Private Methods

Méthode Description
IsConsistent ( int maxDoc ) : bool

Useful from an assert.

Method Details

DocMap() protected méthode

Sole constructor, typically invoked from sub-classes constructors.
protected DocMap ( ) : System
Résultat System

Map() public abstract méthode

Return the new doc ID according to its old value.
public abstract Map ( int old ) : int
old int
Résultat int