Uncompressed WT with ArrayDoc
[SXSI/TextCollection.git] / TCImplementation.h
index 75f1d40..f0a21cc 100644 (file)
@@ -42,6 +42,7 @@
 #undef bitget
 
 #include "TextStorage.h"
+#include "ArrayDoc.h"
 #include <set>
 
 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;