org.hibernate.search.query.collector.impl
public class FieldCacheCollectorFactory extends Object
FieldCollectorFactory
for each field, to create
Collector
instances as needed.Modifier and Type | Field and Description |
---|---|
static FieldCacheCollectorFactory |
CLASS_TYPE_FIELD_CACHE_COLLECTOR_FACTORY |
Constructor and Description |
---|
FieldCacheCollectorFactory(String fieldName,
FieldCacheLoadingType type,
TwoWayStringBridge twoWayStringBridge) |
FieldCacheCollectorFactory(String fieldName,
FieldCacheLoadingType type,
TwoWayStringBridge twoWayStringBridge,
int implementationSwitchThreshold) |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollector |
createFieldCollector(org.apache.lucene.search.Collector collector,
int totalMaxDocs,
int expectedMatchesCount) |
boolean |
equals(Object obj) |
int |
hashCode() |
public static final FieldCacheCollectorFactory CLASS_TYPE_FIELD_CACHE_COLLECTOR_FACTORY
public FieldCacheCollectorFactory(String fieldName, FieldCacheLoadingType type, TwoWayStringBridge twoWayStringBridge)
public FieldCacheCollectorFactory(String fieldName, FieldCacheLoadingType type, TwoWayStringBridge twoWayStringBridge, int implementationSwitchThreshold)
public FieldCacheCollector createFieldCollector(org.apache.lucene.search.Collector collector, int totalMaxDocs, int expectedMatchesCount)
Copyright © 2006–2015 Hibernate. All rights reserved.