|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IntDecoder | |
|---|---|
| org.apache.lucene.facet.encoding | Offers various encoders and decoders for category ordinals. |
| org.apache.lucene.facet.search | Facets search code. |
| Uses of IntDecoder in org.apache.lucene.facet.encoding |
|---|
| Subclasses of IntDecoder in org.apache.lucene.facet.encoding | |
|---|---|
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. |
| Methods in org.apache.lucene.facet.encoding that return IntDecoder | |
|---|---|
IntDecoder |
EightFlagsIntEncoder.createMatchingDecoder()
|
IntDecoder |
NOnesIntEncoder.createMatchingDecoder()
|
IntDecoder |
SimpleIntEncoder.createMatchingDecoder()
|
IntDecoder |
UniqueValuesIntEncoder.createMatchingDecoder()
|
IntDecoder |
VInt8IntEncoder.createMatchingDecoder()
|
abstract IntDecoder |
IntEncoder.createMatchingDecoder()
Returns an IntDecoder which can decode the values that were encoded
with this encoder. |
IntDecoder |
SortingIntEncoder.createMatchingDecoder()
|
IntDecoder |
DGapIntEncoder.createMatchingDecoder()
|
IntDecoder |
DGapVInt8IntEncoder.createMatchingDecoder()
|
IntDecoder |
FourFlagsIntEncoder.createMatchingDecoder()
|
| Constructors in org.apache.lucene.facet.encoding with parameters of type IntDecoder | |
|---|---|
DGapIntDecoder(IntDecoder decoder)
|
|
| Uses of IntDecoder in org.apache.lucene.facet.search |
|---|
| Constructors in org.apache.lucene.facet.search with parameters of type IntDecoder | |
|---|---|
DocValuesCategoryListIterator(String field,
IntDecoder decoder)
Constructs a new DocValuesCategoryListIterator. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||