Package org.apache.lucene.index
Class LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterCodecReader
java.lang.Object
org.apache.lucene.index.IndexReader
org.apache.lucene.index.LeafReader
org.apache.lucene.index.CodecReader
org.apache.lucene.index.FilterCodecReader
org.apache.lucene.index.LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterCodecReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
- Enclosing class:
- LazySoftDeletesDirectoryReaderWrapper
public static final class LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterCodecReader
extends org.apache.lucene.index.FilterCodecReader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.index.IndexReader
org.apache.lucene.index.IndexReader.CacheHelper, org.apache.lucene.index.IndexReader.CacheKey, org.apache.lucene.index.IndexReader.ClosedListener
-
Field Summary
Fields inherited from class org.apache.lucene.index.FilterCodecReader
in
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorDescriptionLazySoftDeletesFilterCodecReader(org.apache.lucene.index.CodecReader reader, LazySoftDeletesDirectoryReaderWrapper.LazyBits bits, int numDocs)
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.IndexReader.CacheHelper
org.apache.lucene.index.IndexReader.CacheHelper
int
numDocs()
Methods inherited from class org.apache.lucene.index.FilterCodecReader
checkIntegrity, doClose, getChildResources, getDelegate, getDocValuesReader, getFieldInfos, getFieldsReader, getMetaData, getNormsReader, getPointsReader, getPostingsReader, getTermVectorsReader, maxDoc, ramBytesUsed, unwrap
Methods inherited from class org.apache.lucene.index.CodecReader
document, getBinaryDocValues, getNormValues, getNumericDocValues, getPointValues, getSortedDocValues, getSortedNumericDocValues, getSortedSetDocValues, getTermVectors, terms
Methods inherited from class org.apache.lucene.index.LeafReader
docFreq, getContext, getDocCount, getSumDocFreq, getSumTotalTermFreq, postings, postings, totalTermFreq
Methods inherited from class org.apache.lucene.index.IndexReader
close, decRef, document, document, ensureOpen, equals, getRefCount, getTermVector, hasDeletions, hashCode, incRef, leaves, numDeletedDocs, registerParentReader, tryIncRef
-
Constructor Details
-
LazySoftDeletesFilterCodecReader
public LazySoftDeletesFilterCodecReader(org.apache.lucene.index.CodecReader reader, LazySoftDeletesDirectoryReaderWrapper.LazyBits bits, int numDocs)
-
-
Method Details
-
getLiveDocs
- Overrides:
getLiveDocs
in classorg.apache.lucene.index.FilterCodecReader
-
numDocs
public int numDocs()- Overrides:
numDocs
in classorg.apache.lucene.index.FilterCodecReader
-
getCoreCacheHelper
public org.apache.lucene.index.IndexReader.CacheHelper getCoreCacheHelper()- Specified by:
getCoreCacheHelper
in classorg.apache.lucene.index.LeafReader
-
getReaderCacheHelper
public org.apache.lucene.index.IndexReader.CacheHelper getReaderCacheHelper()- Specified by:
getReaderCacheHelper
in classorg.apache.lucene.index.IndexReader
-