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 SummaryNested classes/interfaces inherited from interface org.apache.lucene.util.Bitsorg.apache.lucene.util.Bits.MatchAllBits, org.apache.lucene.util.Bits.MatchNoBits
- 
Field SummaryFields inherited from interface org.apache.lucene.util.BitsEMPTY_ARRAY
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LazyBitspublic LazyBits(int maxDoc, String field, org.apache.lucene.index.LeafReader reader, int numSoftDeletes, int numDocs)
 
- 
- 
Method Details- 
getpublic boolean get(int index)- Specified by:
- getin interface- org.apache.lucene.util.Bits
 
- 
lengthpublic int length()- Specified by:
- lengthin interface- org.apache.lucene.util.Bits
 
- 
initializedpublic boolean initialized()
 
-