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)
|