| Package | Description |
|---|---|
| org.apache.lucene.facet.encoding |
Offers various encoders and decoders for category ordinals.
|
| org.apache.lucene.facet.search |
Facets search code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DGapIntDecoder
An
IntDecoder which wraps another decoder and reverts the d-gap that
was encoded by DGapIntEncoder. |
class |
DGapVInt8IntDecoder
Decodes values encoded by
DGapVInt8IntDecoder. |
class |
EightFlagsIntDecoder
Decodes values encoded with
EightFlagsIntEncoder. |
class |
FourFlagsIntDecoder
Decodes values encoded with
FourFlagsIntEncoder. |
class |
NOnesIntDecoder
Decodes values encoded encoded with
NOnesIntEncoder. |
class |
SimpleIntDecoder
Decodes values encoded with
SimpleIntEncoder. |
class |
VInt8IntDecoder
Decodes values encoded by
VInt8IntEncoder. |
| Modifier and Type | Method and Description |
|---|---|
IntDecoder |
DGapVInt8IntEncoder.createMatchingDecoder() |
IntDecoder |
FourFlagsIntEncoder.createMatchingDecoder() |
abstract IntDecoder |
IntEncoder.createMatchingDecoder()
Returns an
IntDecoder which can decode the values that were encoded
with this encoder. |
IntDecoder |
EightFlagsIntEncoder.createMatchingDecoder() |
IntDecoder |
SimpleIntEncoder.createMatchingDecoder() |
IntDecoder |
SortingIntEncoder.createMatchingDecoder() |
IntDecoder |
VInt8IntEncoder.createMatchingDecoder() |
IntDecoder |
NOnesIntEncoder.createMatchingDecoder() |
IntDecoder |
DGapIntEncoder.createMatchingDecoder() |
IntDecoder |
UniqueValuesIntEncoder.createMatchingDecoder() |
| Constructor and Description |
|---|
DGapIntDecoder(IntDecoder decoder) |
| Constructor and Description |
|---|
DocValuesCategoryListIterator(String field,
IntDecoder decoder)
Constructs a new
DocValuesCategoryListIterator. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.