Class DocValuesOrdinalsReader
Decodes ordinals previously indexed into a BinaryDocValues field
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 class DocValuesOrdinalsReader : OrdinalsReader
  Constructors
| Improve this Doc View SourceDocValuesOrdinalsReader()
Default constructor.
Declaration
public DocValuesOrdinalsReader()
  DocValuesOrdinalsReader(String)
Create this, with the specified indexed field name.
Declaration
public DocValuesOrdinalsReader(string field)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | field | 
Properties
| Improve this Doc View SourceIndexFieldName
Declaration
public override string IndexFieldName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Methods
| Improve this Doc View SourceDecode(BytesRef, Int32sRef)
Subclass & override if you change the encoding.
Declaration
protected virtual void Decode(BytesRef buf, Int32sRef ordinals)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Lucene.Net.Util.BytesRef | buf | |
| Lucene.Net.Util.Int32sRef | ordinals | 
GetReader(AtomicReaderContext)
Declaration
public override OrdinalsReader.OrdinalsSegmentReader GetReader(AtomicReaderContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Lucene.Net.Index.AtomicReaderContext | context | 
Returns
| Type | Description | 
|---|---|
| OrdinalsReader.OrdinalsSegmentReader |