func NewBloom(pattern string, salt []byte) (*disk_bloom.FilterGroup, error)
NewBloom returns a bloom filter in the disk.
The filenames are generated by taking pattern and adding a index to the end. the Pattern should includes a "*", and the index replaces the last "*".