Package org.apache.lucene.facet.sortedset

Classes to perform faceting without a separate taxonomy index, using on SortedSetDocValuesField.

See:
          Description

Class Summary
SortedSetDocValuesAccumulator A TaxonomyFacetsAccumulator 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.
 

Package org.apache.lucene.facet.sortedset Description

Classes to perform faceting without a separate taxonomy index, using on SortedSetDocValuesField.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.