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