Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.spi | |
org.hibernate.search.impl | |
org.hibernate.search.query.collector.impl |
This package contains custom Lucene Collector implementations.
|
org.hibernate.search.query.engine.impl |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollectorFactory |
DefaultMutableEntityIndexBinding.getIdFieldCacheCollectionFactory() |
FieldCacheCollectorFactory |
DynamicShardingEntityIndexBinding.getIdFieldCacheCollectionFactory() |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollectorFactory |
EntityIndexBinding.getIdFieldCacheCollectionFactory() |
FieldCacheCollectorFactory |
DocumentBuilderIndexedEntity.getIdFieldCacheCollectionFactory() |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollectorFactory |
EntityIndexBindingWrapper.getIdFieldCacheCollectionFactory()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static FieldCacheCollectorFactory |
FieldCacheCollectorFactory.CLASS_TYPE_FIELD_CACHE_COLLECTOR_FACTORY |
Constructor and Description |
---|
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,
Coordinates 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,
Coordinates spatialSearchCenter,
String spatialFieldName) |
Copyright © 2006–2013 Hibernate. All rights reserved.