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(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)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved