public interface DocSetCache extends IndexComponent
Modifier and Type | Method and Description |
---|---|
void |
clear(org.apache.lucene.index.IndexReader reader) |
void |
clear(String reason) |
ContextDocIdSet |
obtain(org.apache.lucene.index.AtomicReaderContext context) |
void |
release(ContextDocIdSet docSet) |
index
void clear(String reason)
void clear(org.apache.lucene.index.IndexReader reader)
ContextDocIdSet obtain(org.apache.lucene.index.AtomicReaderContext context)
void release(ContextDocIdSet docSet)
Copyright © 2009–2015. All rights reserved.