Package | Description |
---|---|
org.hibernate.search.query.collector.impl |
This package contains custom Lucene Collector implementations.
|
org.hibernate.search.query.engine.impl |
Modifier and Type | Class and Description |
---|---|
class |
TwoWayTransformingFieldCacheCollector
Wraps a FieldCacheCollector in such a way that
TwoWayTransformingFieldCacheCollector.getValue(int) returns objects as transformed
by a TwoWayStringBridge to transform from String form to the object. |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollector |
FieldCacheCollectorFactory.createFieldCollector(org.apache.lucene.search.Collector collector,
int totalMaxDocs,
int expectedMatchesCount) |
Constructor and Description |
---|
TwoWayTransformingFieldCacheCollector(FieldCacheCollector delegate,
TwoWayStringBridge twoWayStringBridge) |
Modifier and Type | Method and Description |
---|---|
FieldCacheCollector |
QueryHits.getClassTypeCollector() |
FieldCacheCollector |
QueryHits.getIdsCollector() |
Copyright © 2006–2016 Hibernate. All rights reserved.