|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldCacheCollector | |
|---|---|
| org.hibernate.search.query.collector.impl | This package contains custom Lucene Collector implementations. |
| org.hibernate.search.query.engine.impl | |
| Uses of FieldCacheCollector in org.hibernate.search.query.collector.impl |
|---|
| Subclasses of FieldCacheCollector in org.hibernate.search.query.collector.impl | |
|---|---|
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. |
| Methods in org.hibernate.search.query.collector.impl that return FieldCacheCollector | |
|---|---|
FieldCacheCollector |
FieldCacheCollectorFactory.createFieldCollector(org.apache.lucene.search.Collector collector,
int totalMaxDocs,
int expectedMatchesCount)
|
| Constructors in org.hibernate.search.query.collector.impl with parameters of type FieldCacheCollector | |
|---|---|
TwoWayTransformingFieldCacheCollector(FieldCacheCollector delegate,
TwoWayStringBridge twoWayStringBridge)
|
|
| Uses of FieldCacheCollector in org.hibernate.search.query.engine.impl |
|---|
| Methods in org.hibernate.search.query.engine.impl that return FieldCacheCollector | |
|---|---|
FieldCacheCollector |
QueryHits.getClassTypeCollector()
|
FieldCacheCollector |
QueryHits.getIdsCollector()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||