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

Packages that use org.hibernate.search.query.fieldcache.impl
org.hibernate.search.query.collector.impl This package contains custom Lucene Collector implementations. 
org.hibernate.search.query.fieldcache.impl The classes in this package define a framework for using Lucene's field cache API. 
 

Classes in org.hibernate.search.query.fieldcache.impl used by org.hibernate.search.query.collector.impl
FieldCacheLoadingType
          Just an indirection to different constructors, pointing to the proper FieldCache extractor per type.
 

Classes in org.hibernate.search.query.fieldcache.impl used by org.hibernate.search.query.fieldcache.impl
FieldCacheLoadingType
          Just an indirection to different constructors, pointing to the proper FieldCache extractor per type.
FieldLoadingStrategy
          Using as composition in implementations of query.collector.FieldCacheCollector, so that we can reuse different loading strategies in different kinds of Collectors.
 



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