/** * Retrieve the Bloom filter used by this instance of the Reader. * @return a Bloom filter (see {@link Filter}) */ public Filter getBloomFilter() { return bloomFilter; }