Class MergePolicy.DocMap
A map of doc IDs.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class MergePolicy.DocMap
Constructors
DocMap()
Sole constructor, typically invoked from sub-classes constructors.
Declaration
protected DocMap()
Methods
Map(int)
Return the new doc ID according to its old value.
Declaration
public abstract int Map(int old)
Parameters
| Type | Name | Description |
|---|---|---|
| int | old |
Returns
| Type | Description |
|---|---|
| int |