Class LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterLeafReader

java.lang.Object
org.apache.lucene.index.IndexReader
org.apache.lucene.index.LeafReader
org.apache.lucene.index.FilterLeafReader
org.apache.lucene.index.LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterLeafReader
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
LazySoftDeletesDirectoryReaderWrapper

public static final class LazySoftDeletesDirectoryReaderWrapper.LazySoftDeletesFilterLeafReader extends org.apache.lucene.index.FilterLeafReader
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.index.FilterLeafReader

    org.apache.lucene.index.FilterLeafReader.FilterFields, org.apache.lucene.index.FilterLeafReader.FilterPostingsEnum, org.apache.lucene.index.FilterLeafReader.FilterTerms, org.apache.lucene.index.FilterLeafReader.FilterTermsEnum

    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.FilterLeafReader

    in
  • Constructor Summary

    Constructors
    Constructor
    Description
    LazySoftDeletesFilterLeafReader(org.apache.lucene.index.LeafReader reader, LazySoftDeletesDirectoryReaderWrapper.LazyBits bits, int numDocs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.index.IndexReader.CacheHelper
     
     
    org.apache.lucene.index.IndexReader.CacheHelper
     
    int
     

    Methods inherited from class org.apache.lucene.index.FilterLeafReader

    checkIntegrity, doClose, document, getBinaryDocValues, getDelegate, getFieldInfos, getMetaData, getNormValues, getNumericDocValues, getPointValues, getSortedDocValues, getSortedNumericDocValues, getSortedSetDocValues, getTermVectors, maxDoc, terms, toString, unwrap

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getLiveDocs

      Overrides:
      getLiveDocs in class org.apache.lucene.index.FilterLeafReader
    • numDocs

      public int numDocs()
      Overrides:
      numDocs in class org.apache.lucene.index.FilterLeafReader
    • getCoreCacheHelper

      public org.apache.lucene.index.IndexReader.CacheHelper getCoreCacheHelper()
      Specified by:
      getCoreCacheHelper in class org.apache.lucene.index.LeafReader
    • getReaderCacheHelper

      public org.apache.lucene.index.IndexReader.CacheHelper getReaderCacheHelper()
      Specified by:
      getReaderCacheHelper in class org.apache.lucene.index.IndexReader