Method | Description | |
---|---|---|
DocValuesOrdinalsReader ( ) |
Default constructor.
|
|
DocValuesOrdinalsReader ( string field ) |
Create this, with the specified indexed field name.
|
|
GetReader ( Lucene.Net.Index.AtomicReaderContext context ) : OrdinalsSegmentReader |
Method | Description | |
---|---|---|
Decode ( Lucene.Net.Util.BytesRef buf, Lucene.Net.Util.IntsRef ordinals ) : void |
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 |
public DocValuesOrdinalsReader ( string field ) | ||
field | string |
public GetReader ( Lucene.Net.Index.AtomicReaderContext context ) : OrdinalsSegmentReader | ||
context | Lucene.Net.Index.AtomicReaderContext | |
return | OrdinalsSegmentReader |