X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ftools.xml;h=d19faf90ff430bd3172a4281357f9dac4ff62156;hb=0cd4a65083c86690792faa7bb14de67a30bcfc20;hp=1fce5182782cbadbb8febafd4ff45c184aa2fe5a;hpb=5541b773e8ee0e5c086946016c060f6f629bd410;p=yaz-moved-to-github.git diff --git a/doc/tools.xml b/doc/tools.xml index 1fce518..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 @@ -2450,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