Honor position attribute, i.e. allow first-in-field search. To
[idzebra-moved-to-github.git] / doc / zebra.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
3  "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % common SYSTEM "common/common.ent">
10      %common;
11
12      <!ENTITY test SYSTEM "test.xml">
13 ]>
14 <!-- $Id: zebra.xml,v 1.10 2006-09-05 12:08:47 adam Exp $ -->
15 <book id="zebra">
16  <bookinfo>
17   <title>Zebra - User's Guide and Reference</title>
18   <author>
19    <firstname>Adam</firstname><surname>Dickmeiss</surname>
20   </author>
21   <author>
22    <firstname>Heikki</firstname><surname>Levanto</surname>
23   </author>
24   <author>
25    <firstname>Marc</firstname><surname>Cromme</surname>
26   </author>
27   <author>
28    <firstname>Mike</firstname><surname>Taylor</surname>
29   </author>
30   <author>
31    <firstname>Sebastian</firstname><surname>Hammer</surname>
32   </author>
33   <copyright>
34    <year>1995-2006</year>
35    <holder>Index Data</holder>
36   </copyright>
37   <abstract>
38    <simpara>
39     Zebra is a free, fast, friendly information management system.  It
40     can index records in XML/SGML, MARC, e-mail archives and many
41     other formats, and quickly find them using a combination of
42     boolean searching and relevance ranking.  Search-and-retrieve
43     applications can be written using APIs in a wide variety of
44     languages, communicating with the Zebra server using
45     industry-standard information-retrieval protocols or web services.
46    </simpara>
47    <simpara>
48     This manual explains how to build and install Zebra, configure it
49     appropriately for your application, add data and set up a running
50     information service.  It describes version &version; of Zebra.
51    </simpara>
52    <simpara>
53     <inlinemediaobject>
54      <imageobject>
55       <imagedata fileref="zebra.png" format="PNG"/>
56      </imageobject>
57      <imageobject>
58       <imagedata fileref="zebra.eps" format="EPS"/>
59      </imageobject>
60     </inlinemediaobject>
61    </simpara>
62   </abstract>
63  </bookinfo>
64  
65   &chap-introduction;
66   &chap-installation;
67   &chap-quickstart;
68   &chap-examples;
69   &chap-architecture;
70   &chap-querymodel;
71   &chap-administration;
72   &chap-recordmodel-grs;
73   &chap-recordmodel-alvisxslt;
74   &chap-field-structure;
75  
76  <reference id="reference">
77   <title>Reference</title>
78   &manref;
79  </reference>
80  
81  &app-license;
82  &app-indexdata;
83  
84 </book>
85 <!-- Keep this comment at the end of the file
86 Local variables:
87 mode: sgml
88 sgml-omittag:t
89 sgml-shorttag:t
90 sgml-minimize-attributes:nil
91 sgml-always-quote-attributes:t
92 sgml-indent-step:1
93 sgml-indent-data:t
94 sgml-parent-document:nil
95 sgml-local-catalogs: nil
96 sgml-namecase-general:t
97 End:
98 -->