X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2Farchitecture.xml;h=5b3a27ebd2b5cc89cc08f7225dca9864c90487be;hp=b6fe7cf140f8f6bde45b9c40678336cbc4c76117;hb=31b0ba1ecb737f9db4cf3340e93964c6679897fd;hpb=2c6926a6b89cacdaa99b701847ef347c35f62420 diff --git a/doc/architecture.xml b/doc/architecture.xml index b6fe7cf..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.