-/* $Id: cqlstrer.c,v 1.1 2003-10-27 12:21:30 adam Exp $
+/* $Id: cqlstrer.c,v 1.2 2003-12-18 17:05:01 mike Exp $
Copyright (C) 2002-2003
Index Data Aps
case 12: return "Too many characters in query";
case 13: return "Unbalanced or illegal use of parentheses";
case 14: return "Unbalanced or illegal use of quotes";
- case 15: return "Illegal or unsupported index set";
+ case 15: return "Illegal or unsupported context set";
case 16: return "Illegal or unsupported index";
- case 17: return "Illegal or unsupported combination of index and index set";
+ case 17: return "Illegal or unsupported combination of index and context set";
case 18: return "Illegal or unsupported combination of indexes";
case 19: return "Illegal or unsupported relation";
case 20: return "Illegal or unsupported relation modifier";
case 42: return "Illegal or unsupported proximity unit";
case 43: return "Illegal or unsupported proximity ordering";
case 44: return "Illegal or unsupported combination of proximity modifiers";
- case 45: return "Index set name (prefix) assigned to multiple identifiers";
+ case 45: return "Context set name (prefix) assigned to multiple identifiers";
default: break;
}
* Copyright (c) 2002-2003, Index Data.
* See the file LICENSE for details.
*
- * $Id: srw.c,v 1.1 2003-10-27 12:21:35 adam Exp $
+ * $Id: srw.c,v 1.2 2003-12-18 17:05:20 mike Exp $
*/
#include <yaz/srw.h>
{12, "Too many characters in query"},
{13, "Unbalanced or illegal use of parentheses"},
{14, "Unbalanced or illegal use of quotes"},
-{15, "Illegal or unsupported index set"},
+{15, "Illegal or unsupported context set"},
{16, "Illegal or unsupported index"},
-{17, "Illegal or unsupported combination of index and index set"},
+{17, "Illegal or unsupported combination of index and context set"},
{18, "Illegal or unsupported combination of indexes"},
{19, "Illegal or unsupported relation"},
{20, "Illegal or unsupported relation modifier"},
{42, "Illegal or unsupported proximity unit"},
{43, "Illegal or unsupported proximity ordering"},
{44, "Illegal or unsupported combination of proximity modifiers"},
-{45, "Index set name (prefix) assigned to multiple identifiers"},
+{45, "context set name (prefix) assigned to multiple identifiers"},
/* Diagnostics Relating to Result Sets */
{50, "Result sets not supported"},
{51, "Result set does not exist"},