Uses of Class
org.hibernate.search.query.engine.impl.IndexSearcherWithPayload

Packages that use IndexSearcherWithPayload
org.hibernate.search.query.engine.impl   
 

Uses of IndexSearcherWithPayload in org.hibernate.search.query.engine.impl
 

Constructors in org.hibernate.search.query.engine.impl with parameters of type IndexSearcherWithPayload
DocumentExtractorImpl(QueryHits queryHits, SearchFactoryImplementor searchFactoryImplementor, String[] projection, Set<String> idFieldNames, boolean allowFieldSelection, IndexSearcherWithPayload searcher, Object query, int firstIndex, int maxIndex, Set<Class<?>> classesAndSubclasses)
           
QueryHits(IndexSearcherWithPayload searcher, org.apache.lucene.search.Query preparedQuery, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, Integer n, TimeoutManagerImpl timeoutManager, Map<String,FacetingRequestImpl> facetRequests, boolean enableFieldCacheOnTypes, FieldCacheCollectorFactory idFieldCollector, TimeoutExceptionFactory timeoutExceptionFactory, Point spatialSearchCenter, String spatialFieldName)
           
QueryHits(IndexSearcherWithPayload searcher, org.apache.lucene.search.Query preparedQuery, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, TimeoutManagerImpl timeoutManager, Map<String,FacetingRequestImpl> facetRequests, boolean enableFieldCacheOnTypes, FieldCacheCollectorFactory idFieldCollector, TimeoutExceptionFactory timeoutExceptionFactory, Point spatialSearchCenter, String spatialFieldName)
           
 



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