Uses of Package
org.apache.lucene.sandbox.facet
-
Packages that use org.apache.lucene.sandbox.facet Package Description org.apache.lucene.sandbox.facet Sandbox faceting - Collectors that compute facets. -
Classes in org.apache.lucene.sandbox.facet used by org.apache.lucene.sandbox.facet Class Description ComparableUtils.ByAggregatedValueComparable ComparableUtils.ByCountAndLongValueComparable Used forComparableUtils.byCount(CountFacetRecorder, LongValueFacetCutter)
result.ComparableUtils.ByCountComparable ComparableUtils.ByLongValueComparable ComparableUtils.ByOrdinalComparable Used forComparableUtils.byOrdinal()
result.FacetFieldCollector Collector
that brings togetherFacetCutter
andFacetRecorder
to compute facets during collection phase.