Fix for mem usage of Doc
[SXSI/TextCollection.git] / TCImplementation.h
index b74f705..0f0cab4 100644 (file)
@@ -30,6 +30,7 @@
 #include <static_bitsequence.h>
 #include <alphabet_mapper.h>
 #include <static_sequence.h>
+#include <static_sequence_wvtree_noptrs.h>
 
 // Re-define word size to ulong:
 #undef W
@@ -127,7 +128,6 @@ private:
     ulong maxTextLength;
 
     // Array of document id's in the order of end-markers in BWT
-    // Access by endmarkerDocId[rank_$(L, p) - 1].
     static_sequence *Doc;
 
     // Following are not part of the public API