X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=ee195b999bd12714a95b94539103375c62851c60;hb=5f9ca65437e1cd3986adac0f54f98e4aa52393ce;hp=86900fcdf8fba14c029916cf3913996e2c28d115;hpb=f6300536016759df5f7d5279bcceaba2e87f3f6e;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 86900fc..ee195b9 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -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 @@ -41,7 +41,8 @@ enum conf_metadata_merge { Metadata_merge_unique, // Include unique elements in merged block Metadata_merge_longest, // Include the longest (strlen) value Metadata_merge_range, // Store value as a range of lowest-highest - Metadata_merge_all // Just include all elements found + Metadata_merge_all, // Just include all elements found + Metadata_merge_first // All from first target }; enum conf_sortkey_type { @@ -84,6 +85,7 @@ struct conf_metadata char *facetrule; char *limitmap; // Should be expanded into service-wide default e.g. pz:limitmap:=value setting + char *limitcluster; }; @@ -118,7 +120,7 @@ struct conf_service int z3950_operation_timeout; int rank_cluster; int rank_debug; - int rank_follow; + double rank_follow; double rank_lead; int rank_length; char *default_sort; @@ -132,6 +134,7 @@ struct conf_service CCL_bibset ccl_bibset; struct database *databases; struct conf_server *server; + char *xml_node; }; int conf_service_metadata_field_id(struct conf_service *service, const char * name); @@ -141,7 +144,7 @@ int conf_service_sortkey_field_id(struct conf_service *service, const char * nam struct conf_server { char *host; - int port; + char *port; char *proxy_host; int proxy_port; char *myurl;