Class OrdTermState
An ordinal based TermState
Note
This API is experimental and might change in incompatible ways in the next release.
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)
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class OrdTermState : TermState
Constructors
| Improve this Doc View SourceOrdTermState()
Sole constructor.
Declaration
public OrdTermState()
Properties
| Improve this Doc View SourceOrd
Term ordinal, i.e. it's position in the full list of sorted terms.
Declaration
public long Ord { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Methods
| Improve this Doc View SourceCopyFrom(TermState)
Declaration
public override void CopyFrom(TermState other)
Parameters
| Type | Name | Description |
|---|---|---|
| TermState | other |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |