Interface InvertedIndexReader<T>
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
MutableInvertedIndex,SortedIndexReader<T>
public interface InvertedIndexReader<T> extends Closeable
-
-
Method Detail
-
getDocIds
T getDocIds(int dictId)
Returns the document ids for the given dictionary id.
-
-