Class OrdinalsReader
Provides per-document ordinals.
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.Facet.Taxonomy
Assembly: Lucene.Net.Facet.dll
Syntax
public abstract class OrdinalsReader
Constructors
| Improve this Doc View SourceOrdinalsReader()
Default constructor.
Declaration
public OrdinalsReader()
Properties
| Improve this Doc View SourceIndexFieldName
Returns the indexed field name this OrdinalsReader is reading from.
Declaration
public abstract string IndexFieldName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetReader(AtomicReaderContext)
Set current atomic reader.
Declaration
public abstract OrdinalsReader.OrdinalsSegmentReader GetReader(AtomicReaderContext context)
Parameters
Type | Name | Description |
---|---|---|
AtomicReaderContext | context |
Returns
Type | Description |
---|---|
OrdinalsReader.OrdinalsSegmentReader |