X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftools.xml;h=d19faf90ff430bd3172a4281357f9dac4ff62156;hp=25443163387e6530d0e98596f730d7f5b17896b3;hb=0cd4a65083c86690792faa7bb14de67a30bcfc20;hpb=9fc96078f8d79ad107515c3e450900cce1bf8605 diff --git a/doc/tools.xml b/doc/tools.xml index 2544316..d19faf9 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -686,8 +686,8 @@ s=ag Tokens that appears as phrases (with blank in them) gets - structure phrase attached. Tokens that appers as words - gets structure phrase attached. Phrases and words are + structure phrase attached (4=1). Tokens that appear to be words + gets structure word attached (4=2). Phrases and words are ANDed. This is a variant of s=al and s=pw, with the main difference that words are not split (with operator AND) but instead kept in one RPN token. This facility appeared @@ -867,6 +867,11 @@ ? + mask + Masking character. Requires YAZ 4.2.58 or later + # + + field Specifies how multiple fields are to be combined. There are two modes: or: @@ -2445,6 +2450,56 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, + + + MARCXML backend + + SRW/SRU and Solr backends returns records in XML. + If they return MARCXML or MarcXchange, the retrieval module + can convert those into ISO2709 formats, most commonly USMARC + (AKA MARC21). + In this example, the backend returns MARCXML for schema="marcxml". + + + + + + + + + + + + + + +]]> + + + This means that our frontend supports: + + + + MARC21 records (any element set name) in MARC-8 encoding. + + + + + MARCXML records for element-set=marcxml + + + + + Dublin core records for element-set=dc. + + + + + + API