X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=TCImplementation.h;h=f0a21cc91e17729d161816138f69ca099538d283;hb=7499c996b739914abd5651dc8b4bf8f234306f56;hp=75f1d40366f35191de41642cd984c5480705074b;hpb=7cdaf25b1e5f1890e359b3ad37ab7ec2c9e30d5a;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;