public class BloomRanker extends Object
| Constructor and Description |
|---|
BloomRanker(String postingsIndex,
String filterIndex,
FileSystem fs) |
public BloomRanker(String postingsIndex, String filterIndex, FileSystem fs) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic int[] rank(int[] query,
int hits)
throws IOException
IOException