Class LazySoftDeletesDirectoryReaderWrapper.LazyBits

org.apache.lucene.index.LazySoftDeletesDirectoryReaderWrapper.LazyBits
All Implemented Interfaces:
org.apache.lucene.util.Bits
Enclosing class:
LazySoftDeletesDirectoryReaderWrapper

public static class LazySoftDeletesDirectoryReaderWrapper.LazyBits extends implements org.apache.lucene.util.Bits
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.lucene.util.Bits

    org.apache.lucene.util.Bits.MatchAllBits, org.apache.lucene.util.Bits.MatchNoBits
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Bits

    EMPTY_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    LazyBits​(int maxDoc,  field, org.apache.lucene.index.LeafReader reader, int numSoftDeletes, int numDocs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    get​(int index)
     
    boolean
     
    int
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • LazyBits

      public LazyBits(int maxDoc,  field, org.apache.lucene.index.LeafReader reader, int numSoftDeletes, int numDocs)
  • Method Details

    • get

      public boolean get(int index)
      Specified by:
      get in interface org.apache.lucene.util.Bits
    • length

      public int length()
      Specified by:
      length in interface org.apache.lucene.util.Bits
    • initialized

      public boolean initialized()