Class LazySoftDeletesDirectoryReaderWrapper.LazyBits

java.lang.Object
org.elasticsearch.index.engine.LazySoftDeletesDirectoryReaderWrapper.LazyBits
All Implemented Interfaces:
org.apache.lucene.util.Bits
Enclosing class:
LazySoftDeletesDirectoryReaderWrapper

public static class LazySoftDeletesDirectoryReaderWrapper.LazyBits extends Object 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, String 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.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    applyMask
  • Constructor Details

    • LazyBits

      public LazyBits(int maxDoc, String 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()