Interface MutableInvertedIndex
-
- All Superinterfaces:
AutoCloseable,Closeable,InvertedIndexReader<org.roaringbitmap.buffer.MutableRoaringBitmap>
public interface MutableInvertedIndex extends InvertedIndexReader<org.roaringbitmap.buffer.MutableRoaringBitmap>
-
-
Method Summary
Modifier and Type Method Description voidadd(int dictId, int docId)Add the docId to the posting list for the dictionary id.-
Methods inherited from interface org.apache.pinot.segment.spi.index.reader.InvertedIndexReader
getDocIds
-
-