Package org.hibernate.search.query.collector.impl

This package contains custom Lucene Collector implementations.

See:
          Description

Class Summary
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.
 

Package org.hibernate.search.query.collector.impl Description

This package contains custom Lucene Collector implementations.



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved