X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2Farchitecture.xml;h=5b3a27ebd2b5cc89cc08f7225dca9864c90487be;hp=dfc83351b361aae2fcb3eb6ef30290b7b6e58931;hb=31b0ba1ecb737f9db4cf3340e93964c6679897fd;hpb=e70a548d193a5187b8074c439f2d7fa687a8e8c4 diff --git a/doc/architecture.xml b/doc/architecture.xml index dfc8335..5b3a27e 100644 --- a/doc/architecture.xml +++ b/doc/architecture.xml @@ -1,29 +1,28 @@ - - Overview of Zebra Architecture + Overview of &zebra; Architecture
Local Representation - As mentioned earlier, Zebra places few restrictions on the type of + As mentioned earlier, &zebra; places few restrictions on the type of data that you can index and manage. Generally, whatever the form of the data, it is parsed by an input filter specific to that format, and - turned into an internal structure that Zebra knows how to handle. This + turned into an internal structure that &zebra; knows how to handle. This process takes place whenever the record is accessed - for indexing and retrieval. The RecordType parameter in the zebra.cfg file, or - the -t option to the indexer tells Zebra how to + the -t option to the indexer tells &zebra; how to process input records. Two basic types of processing are available - raw text and structured data. Raw text is just that, and it is selected by providing the - argument text to Zebra. Structured records are + argument text to &zebra;. Structured records are all handled internally using the basic mechanisms described in the subsequent sections. - Zebra can read structured records in many different formats. + &zebra; can read structured records in many different formats.