X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=11cec522e42917968f586d66a6925d84665ce028;hb=6969c366e0d8c8fa7e57f2cdd8c93669561b96a4;hp=42e7c031ba29f1ea5451d43fa66afc107fe29f15;hpb=f1200fd1cab4fa57feacd43046997ce2d23edbd5;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 42e7c03..11cec52 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -69,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? @@ -117,6 +117,11 @@ struct conf_service 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 */