Sunday, November 24, 2013

2013 (403) 11月 (26) 10月 (34) 9月 (17) 8月 (29) 7月 (37) 6月 (53) 5月 (38) 4月 (48) 3月 (52) 2月 (33) 1


Oracle Blogsの主としてテクノロジー製品のエントリを日本語でご紹介します(オリジナルのエントリを投稿することもあります)。厳密性をご所望の方は原文をどうぞ。よい内容でしたら、"Good Entry, thanks!"でもいいので、是非原文にコメントお願いします(Typoや誤訳はコメント欄からどうぞ)。なお、このエントリは個人の見解であり、所属する会社の公式見解ではありません。また、エントリ内でご紹介している製品・サービスは国内導入時期が未定の場合もありますのでご了承下さい。 Good entries on Oracle Blogs are put into Japanese . Mainly this blog focuses on technology products. The opinion expressed in this blog is my personal one and does not necessarily represent the official opinion of Oracle Corporation.
基本的に、フェデレーション検索はOpenSearchプロトコル (v1.1)を通じてWindowsエクスプローラと連携しています。検索コネクタディスクリプタファイルを実行し、検索プロバイダをインストールします。このファイルはOpenSearch記述ファイルで、.osdxという拡張子を持ち、連携する検索プロバイダと、問い合わせのためのURLが記述されています。検索の結果はRSSもしくはATOMフィードで戻れば、設定はすべて完了です。
Creating an OpenSearch Description File in Windows Federated Search (英語) http://go.microsoft.com/fwlink/?linkid=198085&clcid=0x411 Federating Windows Search with Enterprise Data Sources (英語) http://go.microsoft.com/fwlink/?linkid=198087&clcid=0x411 manabadi
では、まずRSSフィードコンポーネントをOTNのUCMサンプルページ( http://www.oracle.com/technetwork/middleware/content-management/index-092832.html )からダウンロードし、インストールします。UCM 11gなら、RSSフィードが問題なく動作したことを確認済みです。
http://server:16200/cs/idcplg?IdcService=GET_SCS_FEED&feedName=search_results&QueryText=%28+%3cqsch%3eoracle%3c%2fqsch %3e+%29&SortField=dInDate&SortOrder=Desc&ResultCount=20&SearchQueryFormat= Universal&SearchProviders=server&
それでは、新しいテキストファイルを作成して、以下の内容を記述しましょう。 <?xml version="1.0" encoding="UTF-8"?><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"> <ShortName></ShortName> <Description></Description> <Url type="application/rss+xml" template=""/> <Url type="text/html" template=""/> </OpenSearchDescription> 
http://server:16200/cs/idcplg?IdcService=GET_SEARCH_RESULTS&SortField=dInDate&SortOrder=Desc&ResultCount=20&QueryText=%3Cqsch%3Eoracle%3C%2Fqsch%3E&listTemplateId= &ftx=1&SearchQueryFormat=Universal&TargetedQuickSearchSelection= &MiniSearchText=oracle
<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"> <ShortName>Universal Content Management</ShortName> <Description>OpenSearch manabadi for UCM via Windows manabadi 7 Search Federation.</Description> <Url type="application/rss+xml" template="http://server:16200/cs/idcplg?IdcService=GET_SCS_FEED&amp;feedName=search_results&amp;QueryText=%28+%3Cqsch%3E{searchTerms}%3C%2fqsch%3E+%29&amp;SortField=dInDate&amp;SortOrder=Desc&amp;ResultCount=200&amp;SearchQueryFormat=Universal"/> <Url type="text/html" template="http://server:16200/cs/idcplg?IdcService=GET_SEARCH_RESULTS&amp;SortField=dInDate&amp;SortOrder=Desc&amp;ResultCount=20&amp;QueryText=%3Cqsch%3E{searchTerms}%3C%2Fqsch%3E&amp;listTemplateId=&amp;ftx=1&amp;SearchQueryFormat=Universal&amp;TargetedQuickSearchSelection=&amp;MiniSearchText={searchTerms}"/> </OpenSearchDescription> 
サムネールを渡すようにするには、RSS Feedsコンポーネントに含まれる rss_resources.htm ファイルを編集する必要があります。std_rss_feed_begin リソースインクルード中に、'xmlns:media="http://search.yahoo.com/mrss/"'というネームスペースをRSS定義に追加します。
</images> <media:thumbnail url="<$if strIndexOf(thumbnailUrl, "@t") > 0 or strIndexOf(thumbnailUrl, "@g") > 0 or strIndexOf(thumbnailUrl, "@p") > 0$><$rssHttpHost$><$thumbnailUrl$><$elseif dGif$><$HttpWebRoot$>images/docgifs/<$dGif$><$endif$>" manabadi /> <description>
江草ロジ子 皆様の業務やITに関する課題を解決することが無上の喜びという江草家の長女。江草家は生粋のアメリカ人なのに、日本好きが高じて名字を日本語にした父、母、デー太とロジ子、そして最近生まれた律子という3人兄妹の5人家族。親戚もSuperCluster、Big Data Appliance、Database Appliance、Virtual manabadi Compute Applianceと増えてきました。長く滞在しているので日本語もばっちり、日本にもお友達が増えてきました。1歳年齢を加算したことで、さらに3兄妹の頭脳や記憶力などの性能がUpし、ますます元気に頑張ってます。(イラストは manabadi @ebicue さん)。一家の詳細は こちら からどうぞ。 詳細プロフィールを表示
Applications (55) BI/EPM (32) Big Data (24) Certification (19) Cloud (75) Coherence (42) Customer Experience (1) Data Integration (38) Database (215) EM (61) FMW (620) Hardware (175) Identity Management (47) Java (476) JavaScript (3) Linux (95) misc (68) Mobile (5) Network manabadi (19) Security (98) SOA/BPM (250) Solaris (82) Specification (4) Storage (12) Support (54) Tuxedo (4) UX (4) Virtualization (122) WebCenter (66) WLS (156)
2013 (403) 11月 (26) 10月 (34) 9月 (17) 8月 (29) 7月 (37) 6月 (53) 5月 (38) 4月 (48) 3月 (52) 2月 (33) 1

No comments:

Post a Comment