construct bloom filter in buildindex

This commit is contained in:
rsc 2005-07-24 13:26:43 +00:00
parent 8af6c6b79a
commit d4daacdef1

View file

@ -156,5 +156,8 @@ threadmain(int argc, char *argv[])
if(buildindex(mainindex, part, base, clumps, zero) < 0)
sysfatal("can't build new index: %r");
if(mainindex->bloom)
writebloom(mainindex->bloom);
threadexitsall(0);
}