Class Lucene41PostingsWriter.Int32BlockTermState
NOTE: This was IntBlockTermState in Lucene
Inherited Members
Namespace: Lucene.Net.Codecs.Lucene41
Assembly: Lucene.Net.dll
Syntax
public sealed class Lucene41PostingsWriter.Int32BlockTermState : BlockTermState
Methods
Clone()
NOTE: This was IntBlockTermState in Lucene
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| object |
Overrides
CopyFrom(TermState)
Copies the content of the given TermState to this instance
Declaration
public override void CopyFrom(TermState other)
Parameters
| Type | Name | Description |
|---|---|---|
| TermState | other | the TermState to copy |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |