construct bloom filter in buildindex
This commit is contained in:
parent
8af6c6b79a
commit
d4daacdef1
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user