X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_protocol.xml;h=b74e42b2f18e5e7a00fd6afa9d0218acd96b24a4;hb=669d1bc07e61c81e0d931409c4160404628fb236;hp=009635b61d66dc74f38ae6ffe824f3a043f378a2;hpb=f5fe92a40046dd1142edd3714dc3c6c708c26492;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index 009635b..b74e42b 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -1,6 +1,6 @@ - %local; @@ -13,10 +13,12 @@ Pazpar2 &version; + Index Data Pazpar2 protocol 7 + Conventions and miscellaneous @@ -32,7 +34,7 @@ request is forwarded to the HTTP server specified in the configuration using the proxy setting. This way, a regular webserver can host the user interface (itself dynamic - or static HTML), and AJAX-style calls can be used from JS (or any other client-based + or static HTML), and Ajax-style calls can be used from JS (or any other client-based scripting environment) to interact with the search logic in Pazpar2. @@ -41,7 +43,9 @@ init Initializes a session. - Returns session ID to be used in subsequent requests. + Returns session ID to be used in subsequent requests. If + a server ID is given in the Pazpar2 server section, then a + period (.) and the server ID is appended to the session ID. Example: @@ -190,6 +194,16 @@ + limit + + + Narrows the search by one or more facet fields. The limit is + sequence of one or more field=value pairs separate by comma. + A value that contains a comma should be escaped by backslash (\). + + + + startrecs @@ -486,6 +500,14 @@ search.pz2?session=605047297&command=record&id=3 + + num + + + maximum number of entries to return - default is 15. + + +