All patches
[idzebra-moved-to-github.git] / index / check_res.c
index 5a01910..db763bd 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1995-2008 Index Data
+   Copyright (C) 1994-2009 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
@@ -72,6 +72,9 @@ int zebra_check_res(Res res)
     res_add(v, "facetNumRecs", "");
     res_add(v, "facetMaxChunks", "");
     
+    //I think this makes things more elegant (names can change of course)
+    res_add(v, "indexplugin", "s");
+    
     errors = res_check(res, v);
  
     res_close(v);
@@ -81,6 +84,7 @@ int zebra_check_res(Res res)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab