Interface PackedInt32s.IEncoder
An encoder for packed integers.
Assembly: DistributedLucene.Net.dll
Syntax
public interface IEncoder
Properties
Name | Description |
---|---|
ByteBlockCount | The minimum number of byte blocks to encode in a single iteration, when using byte encoding. |
ByteValueCount | The number of values that can be stored in ByteBlockCount byte blocks. |
Int64BlockCount | The minimum number of long blocks to encode in a single iteration, when using long encoding. NOTE: This was longBlockCount() in Lucene |
Int64ValueCount | The number of values that can be stored in Int64BlockCount long blocks. NOTE: This was longValueCount() in Lucene |
Methods
Name | Description |
---|---|
Encode(Int32[], Int32, Byte[], Int32, Int32) | Read |
Encode(Int32[], Int32, Int64[], Int32, Int32) | Read |
Encode(Int64[], Int32, Byte[], Int32, Int32) | Read |
Encode(Int64[], Int32, Int64[], Int32, Int32) | Read |