#include <InvFPIndexMerge.hpp>
Inheritance diagram for InvFPIndexMerge:

Public Methods | |
| InvFPIndexMerge (char *buffer,long size,long maxfilesize=2100000000) | |
| constructor. vector : a list of files to merge char* : name prefix of created files long : the maximum size the index can be. | |
| InvFPIndexMerge (long buffersize=64000000,long maxfilesize=2100000000) | |
| ~InvFPIndexMerge () | |
| virtual int | mergeFiles (vector< char *> *files,vector< char *> *intmed,int level) |
| merge these files and put the results into the intmed list. | |
| virtual int | finalMerge (vector< char *> *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. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000