See: Description
| Class | Description |
|---|---|
| SortedSetDocValuesAccumulator |
A
FacetsAccumulator that uses previously
indexed SortedSetDocValuesFacetFields to perform faceting,
without require a separate taxonomy index. |
| SortedSetDocValuesFacetFields |
Add instances of this to your Document if you intend to
use
SortedSetDocValuesAccumulator to count facets
at search time. |
| SortedSetDocValuesReaderState |
Wraps a
IndexReader and resolves ords
using existing SortedSetDocValues APIs without a
separate taxonomy index. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.