X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2Farchitecture.xml;h=5b3a27ebd2b5cc89cc08f7225dca9864c90487be;hp=dca89257ad866bba973d176d98150f158a9eccb8;hb=31b0ba1ecb737f9db4cf3340e93964c6679897fd;hpb=763bf5f4fc8d22feda4784ec7a9db01902902016 diff --git a/doc/architecture.xml b/doc/architecture.xml index dca8925..5b3a27e 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; @@ -221,7 +220,7 @@ The internal &acro.dom; &acro.xml; representation can be fed into four - different pipelines, consisting of arbitraily many sucessive + different pipelines, consisting of arbitrarily many successive &acro.xslt; transformations; these are for input parsing and initial @@ -292,8 +291,8 @@ static ranks. This imposes no overhead at all, both search and indexing perform still O(1) irrespectively of document - collection size. This feature resembles Googles pre-ranking using - their Pagerank algorithm. + collection size. This feature resembles Google's pre-ranking using + their PageRank algorithm. Details on the experimental Alvis &acro.xslt; filter are found in @@ -443,7 +442,7 @@ &zebra;'s internal index structure/data for a record. In particular, the regular record filters are not invoked when these are in use. - This can in some cases make the retrival faster than regular + This can in some cases make the retrieval faster than regular retrieval operations (for &acro.marc;, &acro.xml; etc). @@ -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; +
@@ -537,7 +564,7 @@ Z> elements zebra::meta Z> s 1+1 - displays all available metadata on the record. These include sytem + displays all available metadata on the record. These include system number, database name, indexed filename, filter used for indexing, score and static ranking information and finally bytesize of record.