Changes between Version 32 and Version 33 of CmdiMetadataServices


Ignore:
Timestamp:
01/04/11 13:22:43 (13 years ago)
Author:
vronk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CmdiMetadataServices

    v32 v33  
    7575   is the core operation to retrieve the actual MDRecords. In the `query`-parameter it has to accept any query on metadata.
    7676
    77 === Notes on MDService’s SRU/CQL-standard compliance ===
     77=== Notes on MDService’s SRU/CQL-standard conformance ===
    7878Although the interface specification was inspired by the SRU/CQL protocol, during the prototyping phase unfortunately an idiosyncratic interface evolved (see ''"consolidated"'' and ''"convenience"'' mentions above), MDRepository and MDService currently exposing their own set of operations. Thus at the moment MDService can’t claim conformance with SRU/CQL standard.
    7979However we are still committed to this goal and we have substantial partial solutions: MDService accepts the query in CQL-format (even parsing it, ensuring the syntactic validity) and returns a `<searchRetrieveResponse>` result as defined by the protocol.