merge from local branch
[SXSI/xpathcomp.git] / HACKING
diff --git a/HACKING b/HACKING
index 06b4b21..bb1dae8 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -51,13 +51,12 @@ the string collection is made.
 
 There are a few flags:
 
-./main <input.xml> 'query' [output]
+./main <input.{xml|srx}> 'query' [output]
+
+  -c counting only (don't materialize the result set)
+  -max-tc set maximum count for which the TextCollection is used
   -f sample factor [default=64]
-  -i index empty texts [default=false]
-  -d Disable text collection[default=false]
-  -s Save the intermediate representation into file.srx
+  -s save the intermediate representation into file.srx
+  -b real bottom up run
   -help  Display this list of options
   --help  Display this list of options
-
-for instance:
-./main -f 29 -d tests/tiny.xml '//para'