Bump copyright year
[pazpar2-moved-to-github.git] / src / pazpar2_config.h
index 8f80f39..3487e36 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2012 Index Data
+   Copyright (C) 2006-2013 Index Data
 
 Pazpar2 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
@@ -84,6 +84,7 @@ struct conf_metadata
     char *facetrule;
 
     char *limitmap;  // Should be expanded into service-wide default e.g. pz:limitmap:<name>=value setting
+    char *limitcluster;
 };
 
 
@@ -118,6 +119,9 @@ struct conf_service
     int z3950_operation_timeout;
     int rank_cluster;
     int rank_debug;
+    double rank_follow;
+    double rank_lead;
+    int rank_length;
     char *default_sort;
 
     int ref_count;