| Package | Description |
|---|---|
| org.apache.lucene.facet.encoding |
Offers various encoders and decoders for category ordinals.
|
| org.apache.lucene.facet.params |
Facets indexing and search parameters.
|
| org.apache.lucene.facet.search |
Facets search code.
|
| Class and Description |
|---|
| ChunksIntEncoder
An
IntEncoder which encodes values in chunks. |
| FourFlagsIntDecoder
Decodes values encoded with
FourFlagsIntEncoder. |
| FourFlagsIntEncoder
A
ChunksIntEncoder which encodes values in chunks of 4. |
| IntDecoder
Decodes integers from a set
BytesRef. |
| IntEncoder
Encodes integers to a set
BytesRef. |
| IntEncoderFilter
An abstract implementation of
IntEncoder which wraps another encoder. |
| Class and Description |
|---|
| IntEncoder
Encodes integers to a set
BytesRef. |
| Class and Description |
|---|
| IntDecoder
Decodes integers from a set
BytesRef. |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.