| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
FieldCacheCollectorFactory |
DefaultMutableEntityIndexBinding.getIdFieldCacheCollectionFactory() |
FieldCacheCollectorFactory |
DynamicShardingEntityIndexBinding.getIdFieldCacheCollectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
FieldCacheCollectorFactory |
DocumentBuilderIndexedEntity.getIdFieldCacheCollectionFactory() |
FieldCacheCollectorFactory |
EntityIndexBinding.getIdFieldCacheCollectionFactory() |
| Modifier and Type | Field and Description |
|---|---|
static FieldCacheCollectorFactory |
FieldCacheCollectorFactory.CLASS_TYPE_FIELD_CACHE_COLLECTOR_FACTORY |
| Constructor and Description |
|---|
QueryHits(LazyQueryState searcher,
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(LazyQueryState searcher,
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–2014 Hibernate. All rights reserved.