Class OrdTermState
An ordinal based TermState
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
OrdTermState
Assembly: Lucene.Net.dll
Syntax
public class OrdTermState : TermState
Constructors
|
Improve this Doc
View Source
OrdTermState()
Declaration
Properties
|
Improve this Doc
View Source
Ord
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 Source
CopyFrom(TermState)
Declaration
public override void CopyFrom(TermState other)
Parameters
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides