Package org.apache.lucene.index
Class LazySoftDeletesDirectoryReaderWrapper.LazyBits
java.lang.Object
org.apache.lucene.index.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
-
Method Summary
-
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 interfaceorg.apache.lucene.util.Bits
-
length
public int length()- Specified by:
length
in interfaceorg.apache.lucene.util.Bits
-
initialized
public boolean initialized()
-