位置定义文件架构引用

此内容受 Creative Commons Attribution-ShareAlike 2.5 许可证 (http://creativecommons.org/licenses/by-sa/2.5/) 的条款制约。

备注

本主题介绍 Infrastructure Update for Microsoft Office Servers中的功能。若要下载此更新,请参阅 2008 年 7 月 15 日版 SharePoint Server 2007 基础结构更新说明

在 Microsoft Office SharePoint Server 2007 企业级搜索中,位置定义 (.fld) 文件指定了联合搜索位置的配置详细信息。位置定义文件架构扩展了 OpenSearch 说明文档规范。

语法

<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>type</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

Version

IsPrefixPattern

Trigger

ConnectionUrlTemplate

MoreLinkTemplate

CreationDate

LastModifiedDate

IsRestricted

AllowedSiteCollectionGuids

Visualization

Xsl

Properties

SampleData

See Also

参考

OpenSearch 规范

概念

联合搜索概述