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

Packages that use org.hibernate.search.query.collector.impl
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
org.hibernate.search.query.collector.impl This package contains custom Lucene Collector implementations. 
org.hibernate.search.query.engine.impl   
 

Classes in org.hibernate.search.query.collector.impl used by org.hibernate.search.engine.impl
FieldCacheCollectorFactory
          Every search needs a fresh instance of a Collector, still for each field the same name and type are going to be used.
 

Classes in org.hibernate.search.query.collector.impl used by org.hibernate.search.engine.spi
FieldCacheCollectorFactory
          Every search needs a fresh instance of a Collector, still for each field the same name and type are going to be used.
 

Classes in org.hibernate.search.query.collector.impl used by org.hibernate.search.query.collector.impl
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.
 

Classes in org.hibernate.search.query.collector.impl used by org.hibernate.search.query.engine.impl
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.
 



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