#include <InvFPIndexMerge.hpp>
Inheritance diagram for InvFPIndexMerge:
Public Methods | |
InvFPIndexMerge (char *buffer, long size, long maxfilesize=2100000000) | |
InvFPIndexMerge (long buffersize=64000000, long maxfilesize=2100000000) | |
virtual | ~InvFPIndexMerge () |
virtual int | mergeFiles (vector< string > *files, vector< string > *intmed, int level) |
merge these files and put the results into the intmed list | |
virtual int | finalMerge (vector< string > *files) |
do the final merge and write the lookup table |
|
constructor. vector : a list of files to merge char* : name prefix of created files long : the maximum size the index can be |
|
|
|
|
|
do the final merge and write the lookup table
Reimplemented from InvIndexMerge. |
|
merge these files and put the results into the intmed list
Reimplemented from InvIndexMerge. |