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
inFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionLazySoftDeletesFilterCodecReader(org.apache.lucene.index.CodecReader reader, LazySoftDeletesDirectoryReaderWrapper.LazyBits bits, int numDocs) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.IndexReader.CacheHelperorg.apache.lucene.index.IndexReader.CacheHelperintnumDocs()Methods inherited from class org.apache.lucene.index.FilterCodecReader
checkIntegrity, doClose, getChildResources, getDelegate, getDocValuesReader, getFieldInfos, getFieldsReader, getMetaData, getNormsReader, getPointsReader, getPostingsReader, getTermVectorsReader, maxDoc, ramBytesUsed, unwrapMethods inherited from class org.apache.lucene.index.CodecReader
document, getBinaryDocValues, getNormValues, getNumericDocValues, getPointValues, getSortedDocValues, getSortedNumericDocValues, getSortedSetDocValues, getTermVectors, termsMethods inherited from class org.apache.lucene.index.LeafReader
docFreq, getContext, getDocCount, getSumDocFreq, getSumTotalTermFreq, postings, postings, totalTermFreqMethods 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:
getLiveDocsin classorg.apache.lucene.index.FilterCodecReader
-
numDocs
public int numDocs()- Overrides:
numDocsin classorg.apache.lucene.index.FilterCodecReader
-
getCoreCacheHelper
public org.apache.lucene.index.IndexReader.CacheHelper getCoreCacheHelper()- Specified by:
getCoreCacheHelperin classorg.apache.lucene.index.LeafReader
-
getReaderCacheHelper
public org.apache.lucene.index.IndexReader.CacheHelper getReaderCacheHelper()- Specified by:
getReaderCacheHelperin classorg.apache.lucene.index.IndexReader
-