See: Description
| Class | Description |
|---|---|
| MockFixedIntBlockPostingsFormat |
A silly test codec to verify core support for fixed
sized int block encoders is working.
|
| MockFixedIntBlockPostingsFormat.MockIntFactory |
Encodes blocks as vInts of a fixed block size.
|
| MockVariableIntBlockPostingsFormat |
A silly test codec to verify core support for variable
sized int block encoders is working.
|
| MockVariableIntBlockPostingsFormat.MockIntFactory |
If the first value is <= 3, writes baseBlockSize vInts at once,
otherwise writes 2*baseBlockSize vInts.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.