X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.c;h=2cfd2a3b976ba1bb57d2d9085b225cd33b6a8a43;hb=de07406b2db1fb0643bf9ba22852384a51481efd;hp=8515161de1b13feb1574cd44023d3a299e234923;hpb=9343fd769fa86857a802e4eba3a929e5a6ccdccb;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 8515161..2cfd2a3 100644 --- a/src/settings.c +++ b/src/settings.c @@ -59,7 +59,6 @@ static char *hard_settings[] = { "pz:id", "pz:name", "pz:queryencoding", - "pz:ip", "pz:zproxy", "pz:apdulog", "pz:sru", @@ -71,11 +70,12 @@ static char *hard_settings[] = { "pz:negotiation_charset", "pz:max_connections", "pz:reuse_connections", /* PZ_REUSE_CONNECTION */ - "pz:termlist_term_sort", /* PZ_TERMLIST_TERM_SORT */ - "pz:termlist_term_count", /* PZ_TERMLIST_TERM_COUNT */ "pz:termlist_term_factor", /* PZ_TERMLIST_TERM_FACTOR*/ "pz:preferred", /* PZ_PREFERRED */ "pz:extra_args", /* PZ_EXTRA_ARGS */ + "pz:query_syntax", /* PZ_QUERY_SYNTAX */ + "pz:facetmap:", /* PZ_FACETMAP */ + "pz:limitmap:", /* PZ_LIMITMAP */ 0 };