Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.util.encoding |
Offers various encoders and decoders for integers, as well as the
mechanisms to create new ones.
|
Constructor | Description |
---|---|
PayloadIntDecodingIterator(org.apache.lucene.index.IndexReader indexReader,
org.apache.lucene.index.Term term,
IntDecoder decoder) |
|
PayloadIntDecodingIterator(org.apache.lucene.index.IndexReader indexReader,
org.apache.lucene.index.Term term,
IntDecoder decoder,
byte[] buffer) |
Modifier and Type | Class | Description |
---|---|---|
class |
DGapIntDecoder |
An
IntDecoder which wraps another IntDecoder and reverts the
d-gap that was encoded by DGapIntEncoder . |
class |
EightFlagsIntDecoder |
Decodes data which was encoded by
EightFlagsIntEncoder . |
class |
FourFlagsIntDecoder |
Decodes data which was encoded by
FourFlagsIntEncoder . |
class |
NOnesIntDecoder |
Decodes data which was encoded by
NOnesIntEncoder . |
class |
SimpleIntDecoder |
A simple stream decoder which can decode values encoded with
SimpleIntEncoder . |
class |
VInt8IntDecoder |
An
IntDecoder which can decode values encoded by
VInt8IntEncoder . |
Modifier and Type | Method | Description |
---|---|---|
IntDecoder |
DGapIntEncoder.createMatchingDecoder() |
|
IntDecoder |
EightFlagsIntEncoder.createMatchingDecoder() |
|
IntDecoder |
FourFlagsIntEncoder.createMatchingDecoder() |
|
abstract IntDecoder |
IntEncoder.createMatchingDecoder() |
Returns an
IntDecoder which matches this encoder. |
IntDecoder |
NOnesIntEncoder.createMatchingDecoder() |
|
IntDecoder |
SimpleIntEncoder.createMatchingDecoder() |
|
IntDecoder |
SortingIntEncoder.createMatchingDecoder() |
|
IntDecoder |
UniqueValuesIntEncoder.createMatchingDecoder() |
|
IntDecoder |
VInt8IntEncoder.createMatchingDecoder() |
Constructor | Description |
---|---|
DGapIntDecoder(IntDecoder decoder) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.