See: Description
| Class | Description |
|---|---|
| FacetCollector |
A custom
Collector used for handling facet requests. |
| FacetCollector.FacetEntryComparator | |
| FacetCollector.RangeDefinitionOrderFacetComparator | |
| FacetCounter | |
| FacetCounter.RangeFacetCounter<T> | |
| FacetCounter.SimpleFacetCounter | |
| 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.
|
| IntegerWrapper |
Replacement of Integer which is mutable, so that we can avoid creating many objects while counting hits for each facet.
|
| 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–2014 Hibernate. All rights reserved.