次の方法で共有


場所定義ファイルのスキーマ リファレンス

最終更新日: 2010年5月1日

適用対象: SharePoint Server 2010

以下の内容は、「アトリビューション―ノンコマーシャル 2.0」に準拠しています。

SharePoint Server Search では、フェデレーションの検索場所の構成の詳細は場所定義ファイル (.osdx) で指定します。

重要重要

Microsoft Office SharePoint Server 2007 でのエンタープライズ検索では、場所定義ファイルの拡張子は .fld でした。拡張子が .fld の場所定義ファイルを SharePoint Server 2010 にインポートすることはできますが、場所定義ファイルを新しく作成するときは, .osdx 拡張子を使用する必要があります。

場所定義ファイルのスキーマは、OpenSearch description document (英語) 仕様を拡張したものです。

構文

<OpenSearchDescription
xmlns=http://a9.com/~/spec/opensearch/1.1/
xmlns:ldf=”https://schemas.microsoft.com/Search/2007/location”>
  <ShortName>string</ShortName>
  <Description>string</Description>
  <Language>LCID</Language>
  <Url type=”application/sharepoint+xml” template={searchTerms}”/>
  <ldf:InternalName>string</ldf:InternalName>
  <ldf:LocationType>LocalSharePoint|OpenSearch|FASTSearch</ldf:LocationType>
  <ldf:Version>version number</ldf:Version>
  <ldf:IsPrefixPattern>true|false</ldf:IsPrefixPattern>
  <ldf:Trigger>string</ldf:Trigger>
  <ldf:ConnectionUrlTemplate>url</ldf:ConnectionUrlTemplate>
  <ldf:MoreLinkTemplate>url</ldf:MoreLinkTemplate>
  <ldf:CreationDate>date</ldf:CreationDate>
  <ldf:LastModifiedDate>date</ldf:LastModifiedDate>
  <ldf:IsRestricted>true|false</ldf:IsRestricted>
  <ldf:AllowedSiteCollectionGuids>string</ldf:AllowedSiteCollectionGuids>
  <ldf:Visualization name="string">
    <Xsl>...</Xsl>
    <Properties>...</Properties>
    <SampleData>string</SampleData>
  </ldf:Visualization>
</OpenSearchDescription>

要素

場所定義ファイルのスキーマの要素は、次のとおりです。

名前

OpenSearchDescription 要素 (場所の定義)

ShortName 要素 (場所定義)

Description 要素 (場所の定義)

Language 要素 (場所定義)

Url 要素 (場所の定義)

InternalName 要素 (場所の定義)

LocationType 要素 (場所の定義)

IsPrefixPattern 要素 (場所の定義)

IsPrefixPattern 要素 (場所の定義)

Trigger 要素 (場所の定義)

ConnectionUrlTemplate 要素 (場所の定義)

MoreLinkTemplate 要素 (場所の定義)

CreationDate 要素 (場所定義)

LastModifiedDate 要素 (場所定義)

IsRestricted 要素 (場所の定義)

AllowedSiteCollectionGuids 要素 (場所の定義)

Visualization 要素 (場所定義)

Xsl 要素 (場所の定義)

Properties 要素 (場所定義)

SampleData 要素 (場所の定義)

関連項目

概念

フェデレーション検索の概要

その他の技術情報

OpenSearch Specification (英語)