Modifier and Type | Method and Description |
---|---|
ContextDocIdSet |
DocSetCache.obtain(org.apache.lucene.index.AtomicReaderContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocSetCache.release(ContextDocIdSet docSet) |
Modifier and Type | Method and Description |
---|---|
ContextDocIdSet |
NoneDocSetCache.obtain(org.apache.lucene.index.AtomicReaderContext context) |
Modifier and Type | Method and Description |
---|---|
void |
NoneDocSetCache.release(ContextDocIdSet docSet) |
Modifier and Type | Method and Description |
---|---|
ContextDocIdSet |
SimpleDocSetCache.obtain(org.apache.lucene.index.AtomicReaderContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDocSetCache.release(ContextDocIdSet docSet) |
Modifier and Type | Method and Description |
---|---|
abstract void |
FacetExecutor.Post.executePost(List<ContextDocIdSet> docSets) |
void |
FacetExecutor.Post.Filtered.executePost(List<ContextDocIdSet> docSets) |
void |
FacetExecutor.Post.Collector.executePost(List<ContextDocIdSet> docSets) |
Modifier and Type | Method and Description |
---|---|
void |
NestedFacetExecutor.Post.executePost(List<ContextDocIdSet> docSets) |
Modifier and Type | Method and Description |
---|---|
List<ContextDocIdSet> |
DocIdSetCollector.docSets() |
Copyright © 2009–2015. All rights reserved.