X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftutorial.xml;h=e96f9427b467427babea35c48fe83f8063c79d46;hp=bc58142ce39dc3bffb598ec86aff436a1c7e8a8e;hb=27bdd6aa26843aeac89f635ed495996088d8e8aa;hpb=1cc042c168862a25393ee8cbc1ddebbd5f83a292 diff --git a/doc/tutorial.xml b/doc/tutorial.xml index bc58142..e96f942 100644 --- a/doc/tutorial.xml +++ b/doc/tutorial.xml @@ -22,8 +22,8 @@ Additional OAI test records can be downloaded by running a shell - script (you may want to abort the script when you have waitet - longer than your coffe brews ..). + script (you may want to abort the script when you have waited + longer than your coffee brews ..). cd data ./fetch_OAI_data.sh @@ -105,7 +105,7 @@ Searching and retrieving &acro.xml; records is easy. For example, - you can point your browser to one of the following url's to + you can point your browser to one of the following URLs to search for the term the. Just point your browser at this link: - These URL's woun't work unless you have indexed the example data + These URLs won't work unless you have indexed the example data and started an &zebra; server as outlined in the previous section. In case we actually want to retrieve one record, we need to alter - our URl to the following + our URL to the following http://localhost:9999/?version=1.1&operation=searchRetrieve&x-pquery=the&startRecord=1&maximumRecords=1&recordSchema=dc @@ -159,7 +159,7 @@ conf/oai2dc.xsl, and the zebra schema implemented in conf/oai2zebra.xsl. - The URL's for acessing both are the same, except for the different + The URLs for accessing both are the same, except for the different value of the recordSchema parameter: http://localhost:9999/?version=1.1&operation=searchRetrieve&x-pquery=the&startRecord=1&maximumRecords=1&recordSchema=dc @@ -208,7 +208,7 @@ The &acro.oai; indexing example defines many different index names, a study of the conf/oai2index.xsl stylesheet reveals the following word type indexes (i.e. those - swith suffix :w): + with suffix :w): any:w title:w @@ -257,7 +257,7 @@ Investigating the content of the indexes - How doess the magic work? What is inside the indexes? Why is a certain + How does the magic work? What is inside the indexes? Why is a certain record found by a search, and another not?. The answer is in the inverted indexes. You can easily investigate them using the special &zebra; schema @@ -310,13 +310,13 @@ The &acro.sru; specification mandates that the &acro.cql; query language is supported and properly configure. Also, the server - needs to be able to emmit a proper &acro.explain; &acro.xml; + needs to be able to emit a proper &acro.explain; &acro.xml; record, which is used to determine the capabilities of the specific server instance. - In this example configuration we expoit the similarities between + In this example configuration we exploit the similarities between the &acro.explain; record and the &acro.cql; query language configuration, we generate the later from the former using an &acro.xslt; transformation. @@ -374,11 +374,11 @@ url="http://localhost:9999/?version=1.1&operation=scan&scanClause=dc.identifier=fish"> http://localhost:9999/?version=1.1&operation=scan&scanClause=dc.identifier=fish - accesses the indexed indentifiers. + accesses the indexed identifiers. - In addition, all &zebra; internal special elemen sets or record + In addition, all &zebra; internal special element sets or record schema's of the form zebra:: just work right out of the box