X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=c20bae6967b8f08157108c085fffc2d2086709b4;hb=8657ae057499422e02e3c460090dc3d2870ce5d4;hp=11cec522e42917968f586d66a6925d84665ce028;hpb=9d2bb909af90899c09d01b00fbffc1785127b461;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 11cec52..c20bae6 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; };