X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Farchitecture.xml;h=3f8ad6db9eb570a27384e3face0bbc609da66eb4;hb=641b06ee918ab2d4f899177b7412507d7969b4c6;hp=d9b5934389849357b3f59f8cfaffe9528bc5670e;hpb=7f49e3326f7cf483c6d99393fef0816627544a2e;p=idzebra-moved-to-github.git diff --git a/doc/architecture.xml b/doc/architecture.xml index d9b5934..3f8ad6d 100644 --- a/doc/architecture.xml +++ b/doc/architecture.xml @@ -1,5 +1,5 @@ - + Overview of &zebra; Architecture
@@ -170,9 +170,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; @@ -501,13 +501,27 @@ zebra::snippet - Get snippet for record. This includes a phrase from the original + 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;