OdsGData ODS GData Service Virtuoso's support for the GData protocol is exposed at a higher application user lever via the ODS suite of applications. This isn't the only entry point for using GData with Virtuoso; it is simply the interface level closest to the typical user. Search Service Endpoints GData services, like all Web services, are exposed via invocation endpoints. The ODS endpoints formats are as follows: http://host:port/dataspaces/GData/[<app-realm>[,<app-realm>]]/[-/<tag-expression>]?q=<text-query>&alt=<output-format> app-realm: a comma-separated list of application names for searching, for example 'weblog', 'wiki' etc. This specifies the application type but does not scope the search to any single wiki or blog. If not specified the search will be over all ODS applications and accounts. The following values are supported: 'feeds', 'weblog', 'wiki', 'briefcase', 'mail', 'bookmark', 'photos', 'community' and 'news'. <tgroup><thead /><tbody> <row /> <row><entry>http://host:port/dataspaces/GData?q=virtuoso</entry><entry>will search across ODS for content matching pattern: 'virtuoso' </entry></row> <row><entry>http://host:port/dataspaces/GData/weblog?q=virtuoso</entry><entry>will search weblog data space for content matching pattern: 'virtuoso' </entry></row> <row><entry>http://host:port/dataspaces/GData/weblog,feeds?q=virtuoso</entry><entry>will search weblog and feed subscriptions data spaces content matching pattern: 'virtuoso.'</entry></row> </tbody></tgroup></table> </listitem> <listitem> <emphasis>tag-expression</emphasis>: tags connected with '|' (OR) or '/' (AND) <table><title /><tgroup><thead /><tbody> <row /> <row><entry>http://host:port/dataspaces/GData/-/tag1/tag2</entry><entry>will search all ODS application data having tags 'tag1' and 'tag2'</entry></row> <row><entry>http://host:port/dataspaces/GData/-/tag1|tag2</entry><entry>will search all ODS application data having tags 'tag1' or 'tag2'</entry></row> <row><entry>http://host:port/dataspaces/GData/weblog/-/tag1|tag2</entry><entry>will search weblog posts having tags 'tag1' or 'tag2'</entry></row> </tbody></tgroup></table> </listitem> <listitem> <emphasis>text-query</emphasis>: a string containing a words to be matched in the application's searchable content </listitem> <listitem> <emphasis>output-format</emphasis>: 'atom' or 'rss', which kind of feed format to be returned. if not given, ATOM is the default. <table><title /><tgroup><thead /><tbody> <row /> <row><entry>http://host:port/dataspaces/GData/weblog?q=virtuoso&alt=rss</entry><entry>will return blog posts containing the word 'virtuoso' in the RSS 2.0 feed format.</entry></row> <row><entry>http://host:port/dataspaces/GData/weblog?q=virtuoso</entry><entry>will return blog posts containing the word 'virtuoso' in the Atom 1.0 feed format.</entry></row> </tbody></tgroup></table> </listitem> </itemizedlist><para><ulink url="CategoryODS">CategoryODS</ulink> <ulink url="CategoryMarketing">CategoryMarketing</ulink> <ulink url="CategoryGlossary">CategoryGlossary</ulink> <ulink url="CategoryWebSite">CategoryWebSite</ulink> </para> </section></docbook>