Class MergePolicy.DocMap
A map of doc IDs.
Inheritance
System.Object
MergePolicy.DocMap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class DocMap
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 |