X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Farchitecture.xml;h=c1088d60763c408294db261b65dd381c3ee90df1;hb=7d2e837262bb9d7b393cf01a6c5f8b079add3d11;hp=dca89257ad866bba973d176d98150f158a9eccb8;hpb=763bf5f4fc8d22feda4784ec7a9db01902902016;p=idzebra-moved-to-github.git diff --git a/doc/architecture.xml b/doc/architecture.xml index dca8925..c1088d6 100644 --- a/doc/architecture.xml +++ b/doc/architecture.xml @@ -1,5 +1,4 @@ - Overview of &zebra; Architecture
@@ -170,9 +169,9 @@ In addition to &acro.z3950; requests, the &yaz; server frontend acts as HTTP server, honoring - &acro.sru; &acro.soap; + &acro.sru; &acro.soap; requests, and - &acro.sru; &acro.rest; + &acro.sru; &acro.rest; requests. Moreover, it can translate incoming &acro.cql; @@ -496,6 +495,34 @@ &acro.xml; and &acro.sutrs; + + + zebra::snippet + + + Get snippet for record for one or more indexes (f1,f2,..). + This includes a phrase from the original + record at the point where a match occurs (for a query). By default + give terms before - and after are included in the snippet. The + matching terms are enclosed within element + <s>. The snippet facility requires + Zebra 2.0.16 or later. + + &acro.xml; and &acro.sutrs; + + + + zebra::facet::f1:t1,f2:t2,.. + + + Get facet of a result set. The facet result is returned + as if it was a normal record, while in reality is a + recap of most "important" terms in a result set for the fields + given. + The facet facility first appeared in Zebra 2.0.20. + + &acro.xml; +