From c29d107280e1939f40bdc54d45dcbea8986fe5cc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 6 Jul 2015 10:42:13 +0200 Subject: [PATCH] Document pz:facetmap:split --- doc/pazpar2_conf.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 86dbdc8..0a490d3 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -1271,12 +1271,19 @@ supports (native) facets. The value is the name of the field on the target. - - - At this point only Solr targets have been tested with this - facility. - - + + + + + pz:facetmap:split:name + + + Like pz:facetmap, but makes Pazpar2 inspect the term value consisting + of two items separated by colon. First item is the raw ID to be + sent to database if limitmap on the field + name is used. The second item is + the display term. + -- 1.7.10.4