Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
private class |
CachingCollector.ScoreCachingLeafCollector |
Modifier and Type | Field and Description |
---|---|
(package private) CachingCollector.NoScoreCachingLeafCollector |
CachingCollector.NoScoreCachingCollector.lastCollector |
Modifier and Type | Method and Description |
---|---|
protected CachingCollector.NoScoreCachingLeafCollector |
CachingCollector.NoScoreCachingCollector.wrap(LeafCollector in,
int maxDocsToCache) |
protected CachingCollector.NoScoreCachingLeafCollector |
CachingCollector.ScoreCachingCollector.wrap(LeafCollector in,
int maxDocsToCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachingCollector.NoScoreCachingCollector.postCollect(CachingCollector.NoScoreCachingLeafCollector collector) |
protected void |
CachingCollector.ScoreCachingCollector.postCollect(CachingCollector.NoScoreCachingLeafCollector collector) |