X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=11cec522e42917968f586d66a6925d84665ce028;hb=f75dc6076c0d4846d80929c40894bb4fdd678dc2;hp=193adcfb15c5d033411ece699f57b420b83f17e0;hpb=1a3f3cfb2f6aeb743716924d9081d6dce981b49f;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 193adcf..11cec52 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include +#include #include "charsets.h" #include "http.h" #include "database.h" @@ -68,7 +69,7 @@ enum conf_metadata_mergekey { // An array of these structure provides a 'map' against which // discovered metadata elements are matched. It also governs storage, // to minimize number of cycles needed at various tages of processing -struct conf_metadata +struct conf_metadata { char *name; // The field name. Output by normalization stylesheet int brief; // Is this element to be returned in the brief format? @@ -115,6 +116,12 @@ struct conf_service int session_timeout; int z3950_session_timeout; 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; /* duplicated from conf_server */ @@ -122,6 +129,7 @@ struct conf_service struct service_xslt *xslt_list; + CCL_bibset ccl_bibset; struct database *databases; struct conf_server *server; };