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

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

Méthodes publiques

Méthode Description
DocValuesOrdinalsReader ( )

Default constructor.

DocValuesOrdinalsReader ( string field )

Create this, with the specified indexed field name.

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

Méthodes protégées

Méthode Description
Decode ( Lucene.Net.Util.BytesRef buf, Lucene.Net.Util.IntsRef ordinals ) : void

Subclass & override if you change the encoding.

Method Details

Decode() protected méthode

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
Résultat void

DocValuesOrdinalsReader() public méthode

Default constructor.

DocValuesOrdinalsReader() public méthode

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

GetReader() public méthode

public GetReader ( Lucene.Net.Index.AtomicReaderContext context ) : OrdinalsSegmentReader
context Lucene.Net.Index.AtomicReaderContext
Résultat OrdinalsSegmentReader