public static class ExitableDirectoryReader.ExitableFilterAtomicReader extends FilterLeafReader
FilterLeafReader.FilterFields, FilterLeafReader.FilterPostingsEnum, FilterLeafReader.FilterTerms, FilterLeafReader.FilterTermsEnumLeafReader.CoreClosedListenerIndexReader.ReaderClosedListener| Modifier and Type | Field and Description |
|---|---|
private QueryTimeout |
queryTimeout |
in| Constructor and Description |
|---|
ExitableFilterAtomicReader(LeafReader in,
QueryTimeout queryTimeout)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Fields |
fields()
Returns
Fields for this reader. |
java.lang.Object |
getCombinedCoreAndDeletesKey()
Expert: Returns a key for this IndexReader that also includes deletions,
so CachingWrapperFilter can find it again.
|
java.lang.Object |
getCoreCacheKey()
Expert: Returns a key for this IndexReader, so CachingWrapperFilter can find
it again.
|
addCoreClosedListener, checkIntegrity, doClose, document, getBinaryDocValues, getDelegate, getDocsWithField, getFieldInfos, getLiveDocs, getNormValues, getNumericDocValues, getPointValues, getSortedDocValues, getSortedNumericDocValues, getSortedSetDocValues, getTermVectors, maxDoc, numDocs, removeCoreClosedListener, toString, unwrapaddCoreClosedListenerAsReaderClosedListener, docFreq, getContext, getDocCount, getSumDocFreq, getSumTotalTermFreq, postings, postings, removeCoreClosedListenerAsReaderClosedListener, terms, totalTermFreqaddReaderClosedListener, close, decRef, document, document, ensureOpen, equals, getRefCount, getTermVector, hasDeletions, hashCode, incRef, leaves, numDeletedDocs, registerParentReader, removeReaderClosedListener, tryIncRefprivate QueryTimeout queryTimeout
public ExitableFilterAtomicReader(LeafReader in, QueryTimeout queryTimeout)
public Fields fields() throws java.io.IOException
LeafReaderFields for this reader.
This method will not return null.fields in class FilterLeafReaderjava.io.IOExceptionpublic java.lang.Object getCoreCacheKey()
IndexReadergetCoreCacheKey in class IndexReaderpublic java.lang.Object getCombinedCoreAndDeletesKey()
IndexReadergetCombinedCoreAndDeletesKey in class IndexReader