X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=TCImplementation.h;h=f0a21cc91e17729d161816138f69ca099538d283;hb=6048d243439020acd3b5acf8654641cb9cef8e27;hp=75f1d40366f35191de41642cd984c5480705074b;hpb=83c839dd1e7417fbd51cd4a3483f145e47863efb;p=SXSI%2FTextCollection.git diff --git a/TCImplementation.h b/TCImplementation.h index 75f1d40..f0a21cc 100644 --- a/TCImplementation.h +++ b/TCImplementation.h @@ -42,6 +42,7 @@ #undef bitget #include "TextStorage.h" +#include "ArrayDoc.h" #include namespace SXSI @@ -157,7 +158,8 @@ private: ulong maxTextLength; // Array of document id's in the order of end-markers in BWT - static_sequence *Doc; +// static_sequence *Doc; + ArrayDoc *Doc; // Text storage for fast extraction TextStorage * textStorage;