Happy new year.
[idzebra-moved-to-github.git] / index / zebraidx.c
index a521e73..3291a79 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2010 Index Data
+   Copyright (C) 1994-2011 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -177,6 +177,16 @@ int main(int argc, char **argv)
                 {
                     show_filters(zs);
                 }
+               else if (!strcmp(arg, "check0"))
+               {
+                    if (zebra_register_check(zh, 0) != ZEBRA_OK)
+                        yaz_log(YLOG_WARN, "register check failed");
+               }
+               else if (!strcmp(arg, "check1") || !strcmp(arg, "check"))
+               {
+                    if (zebra_register_check(zh, 1) != ZEBRA_OK)
+                        yaz_log(YLOG_WARN, "register check failed");
+               }
                 else
                 {
                     yaz_log(YLOG_FATAL, "unknown command: %s", arg);