Add output query words in sql mode, add most frequent wrods to filter of query-lex
[ftsbench.git] / utils.c
diff --git a/utils.c b/utils.c
index 5f7c6a9..89a2b30 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -107,6 +107,7 @@ printScheme() {
                "  f_and    boolean    NOT NULL,\n"
                "  f_or     boolean    NOT NULL,\n"
                "  nclients integer    NOT NULL,\n"
+               "  query    text       NOT NULL,\n"
                "  nres     integer    NOT NULL,\n"
                "  elapsed  double precision NOT NULL\n"
                ");\n",