00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef IXE_Remap_H
00025 #define IXE_Remap_H
00026
00027
00028 #include "include/ixe.h"
00029
00030
00031 #include <map>
00032
00033 namespace IXE {
00034
00038 typedef std::map<DocID, DocID> Remap;
00039
00040 }
00041
00042 #endif // IXE_Remap_H