Class Int32IndexOutput.Index
Records a single skip-point in the Lucene.Net.Store.IndexOutput.
Inheritance
System.Object
Int32IndexOutput.Index
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.Codecs.Sep
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class Index
Methods
| Improve this Doc View SourceCopyFrom(Int32IndexOutput.Index, Boolean)
Copies index from other
.
Declaration
public abstract void CopyFrom(Int32IndexOutput.Index other, bool copyLast)
Parameters
Type | Name | Description |
---|---|---|
Int32IndexOutput.Index | other | |
System.Boolean | copyLast |
Mark()
Internally records the current location.
Declaration
public abstract void Mark()
Write(DataOutput, Boolean)
Writes "location" of current output pointer of primary output to different output (out).
Declaration
public abstract void Write(DataOutput indexOut, bool absolute)
Parameters
Type | Name | Description |
---|---|---|
Lucene.Net.Store.DataOutput | indexOut | |
System.Boolean | absolute |