X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=8905d11f9223fc9286aa157f361571e88d852c50;hb=ca8c7208a371bcfb79c846dfec9cd7cb42ecaf92;hp=503b032ca3adb1b222e2e65e50a418299e240ce0;hpb=9a3a1d59b4b4babd1554b9bfeb9ea7989a5cb173;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index 503b032..8905d11 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra - @@ -1332,6 +1378,7 @@ where g = rset_count(terms[i]->rset) is the count of all documents in this speci mitaylor2microsoft.com --> + Dynamically ranking CQL queries @@ -1437,12 +1484,14 @@ where g = rset_count(terms[i]->rset) is the count of all documents in this speci Extended Services: Remote Insert, Update and Delete + Extended services are only supported when accessing the Zebra server using the Z39.50 protocol. The SRU protocol does not support extended services. - - + + + The extended services are not enabled by default in zebra - due to the fact that they modify the system. Zebra can be configured @@ -1483,20 +1532,23 @@ where g = rset_count(terms[i]->rset) is the count of all documents in this speci shadow: directoryname: size (e.g. 1000M) - It is not possible to carry information about record types or - similar to Zebra when using extended services, due to - limitations of the Z39.50 - protocol. Therefore, indexing filters can not be chosen on a - per-record basis. One and only one general XML indexing filter - must be defined. - - + + + It is not possible to carry information about record types or + similar to Zebra when using extended services, due to + limitations of the Z39.50 + protocol. Therefore, indexing filters can not be chosen on a + per-record basis. One and only one general XML indexing filter + must be defined. + + + @@ -1511,69 +1563,68 @@ where g = rset_count(terms[i]->rset) is the count of all documents in this speci information to the servers, which are encoded in seven package fields: - - - - +
Extended services Z39.50 Package Fields
+ Extended services Z39.50 Package Fields + - - - - - + + Parameter + Value + Notes + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +
ParameterValueNotes
type'update'Must be set to trigger extended services
actionstring + + type + 'update' + Must be set to trigger extended services + + + action + string + Extended service action type with one of four possible values: recordInsert, recordReplace, recordDelete, and specialUpdate -
recordXML stringAn XML formatted string containing the record
syntax'xml'Only XML record syntax is supported
recordIdOpaquestring + + + + record + XML string + An XML formatted string containing the record + + + syntax + 'xml' + Only XML record syntax is supported + + + recordIdOpaque + string + Optional client-supplied, opaque record identifier used under insert operations. -
recordIdNumber positive numberZebra's internal system number, only for update + + + + recordIdNumber + positive number + Zebra's internal system number, only for update actions. -
databaseNamedatabase identifier + + + + databaseName + database identifier + The name of the database to which the extended services should be applied. -
@@ -1745,23 +1796,6 @@ where g = rset_count(terms[i]->rset) is the count of all documents in this speci - - - YAZ Frontend Virtual Hosts - - zebrasrv uses the YAZ server frontend and does - support multiple virtual servers behind multiple listening sockets. - - &zebrasrv-virtual; - - - Section "Virtual Hosts" in the YAZ manual. - http://www.indexdata.dk/yaz/doc/server.vhosts.tkl - - - - -