See: Description
| Class | Description |
|---|---|
| FacetCollector |
A custom
Collector used for handling facet requests. |
| FacetCollector.FacetCounter | |
| FacetCollector.FacetEntryComparator | |
| FacetCollector.RangeDefinitionOrderFacetComparator | |
| FieldCacheCollector |
Because Lucene's Collector is not an interface, we have to create extensions of it.
|
| FieldCacheCollectorFactory |
Every search needs a fresh instance of a Collector, still for
each field the same name and type are going to be used.
|
| TwoWayTransformingFieldCacheCollector |
Wraps a FieldCacheCollector in such a way that
TwoWayTransformingFieldCacheCollector.getValue(int) returns objects as transformed
by a TwoWayStringBridge to transform from String form to the object. |
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved