Interface JsonIndexReader
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
MutableJsonIndex
public interface JsonIndexReader extends Closeable
Reader for json index.
-
-
Method Summary
Modifier and Type Method Description org.roaringbitmap.buffer.MutableRoaringBitmapgetMatchingDocIds(String filterString)Returns the matching document ids for the given filter.
-
-
-
Method Detail
-
getMatchingDocIds
org.roaringbitmap.buffer.MutableRoaringBitmap getMatchingDocIds(String filterString)
Returns the matching document ids for the given filter.
-
-