C# Class Lucene.Net.Facet.Taxonomy.DocValuesOrdinalsReader

Decodes ordinals previously indexed into a BinaryDocValues field
Inheritance: Lucene.Net.Facet.Taxonomy.OrdinalsReader
Mostra file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
DocValuesOrdinalsReader ( )

Default constructor.

DocValuesOrdinalsReader ( string field )

Create this, with the specified indexed field name.

GetReader ( Lucene.Net.Index.AtomicReaderContext context ) : OrdinalsSegmentReader

Protected Methods

Method Description
Decode ( Lucene.Net.Util.BytesRef buf, Lucene.Net.Util.IntsRef ordinals ) : void

Subclass & override if you change the encoding.

Method Details

Decode() protected method

Subclass & override if you change the encoding.
protected Decode ( Lucene.Net.Util.BytesRef buf, Lucene.Net.Util.IntsRef ordinals ) : void
buf Lucene.Net.Util.BytesRef
ordinals Lucene.Net.Util.IntsRef
return void

DocValuesOrdinalsReader() public method

Default constructor.

DocValuesOrdinalsReader() public method

Create this, with the specified indexed field name.
public DocValuesOrdinalsReader ( string field )
field string

GetReader() public method

public GetReader ( Lucene.Net.Index.AtomicReaderContext context ) : OrdinalsSegmentReader
context Lucene.Net.Index.AtomicReaderContext
return OrdinalsSegmentReader