随笔分类 - SharePoint
转:Event Handlers - Part 1: Everything you need to know about Microsoft Office SharePoint Server (MOSS) Event Handlers
摘要:Event Handlers - Part 1: Everything you need to know about Microsoft Office SharePoint Server (MOSS) Event Handlers. This post is the first post of3 posts. Post 1:Everything you need to know about MOSS Event Handlers Post 2: Developer Solution Starter Kit (Building and deploying event handlers to M
阅读全文
转:Event Handlers - Part 2: Building and Deploying Event Handlers (Including Event Handler Starter Solution Kit)
摘要:Event Handlers - Part 2: Building and Deploying Event Handlers (Including Event Handler Starter Solution Kit) This post is the second post ofa 3 post series. Post 1:Everything you need to know about MOSS Event Handlers Post 2: Developer Solution Starter Kit (Building and deploying event handlers to
阅读全文
转:Some interesting facts about SharePoint 2007 Search
摘要:Some interesting facts about SharePoint 2007 Search Published 14 November 08 06:21 PM | harikumh Can we search in any language other than English? Do we need language pack for the same? Language Pack has nothing to do withsearchinlanguages other than English or the language in which SharePoint is
阅读全文
转:MOSS Search Word Stemming - Part 2
摘要:MOSS Search Word Stemming - Part 2 So how Does MOSS Expand Search Query Terms to Related Words? Here is how this works in MOSS: In MOSS, stemming is used in combination with the word breaker component which determines where word boundaries are. The word breaker is used at both index and query time
阅读全文
转:MOSS Search Word Stemming - Part 1
摘要:MOSS Search Word Stemming - Part 1 Hi all, So I have been getting some questions around how MOSS does Word Stemming, so here is what I have been able to gather/research: MOSS Search Stemming: The word Stemming refers to the process of stripping off endings of words at query/index time so that diffe
阅读全文
转:Optimize MOSS Search Indexing
摘要:Optimize MOSS Search Indexing 9. December 2007 18:35 Joel Oleson had some great suggestions for increasing SharePoint Index performance. A lot of these go for your farm performance in general. There are at least two that would not have occurred to me, make sure you take a look: Put your Search db
阅读全文
转:Enterprise Search Architecture
摘要:Enterprise Search Architecture Office 2007 Enterprise Search in Microsoft Office SharePoint Server 2007 is a Microsoft Office SharePoint Server 2007 shared service that provides extensive and extensible content gathering, indexing, and querying. This service supports full-text searching using a
阅读全文
转:How to force a wordbreaker to be used in Sharepoint Search
摘要:How to force a wordbreaker to be used in Sharepoint Search I had a requirement to crawl Japanese content and we had an English Install of Sharepoint 2007 (MOSS). Now for some reason the locale was not being identified by the crawler for the HTML (i.e. all the Publishing pages) as 1041 (i.e. the Jap
阅读全文
转:MSDN Visual系列:MOSS企业级搜索之四——创建内容源用于爬网业务数据
摘要:MSDN Visual系列:MOSS企业级搜索之四——创建内容源用于爬网业务数据 原文:http://msdn2.microsoft.com/en-us/library/bb430246.aspx内 容源通常被认为是一块区域(location),其中包含我们想要爬网或索引的资源。在MOSS中,默认提供了多种类型的区域:如SharePoint网 站集,网站,共享文件夹,Exchange公共文件夹,通过BDC得到的数据等。本文将观注的是BDC类型的数据,讨论创建和配置一个业务数据型的内容源 的步骤。同时我们还将通过编程来完成该步骤。其中将会用到新的搜索配置管理API中的若干
阅读全文
转:MSDN Visual系列:MOSS企业级搜索之三——创建和使用搜索范围
摘要:MSDN Visual系列:MOSS企业级搜索之三——创建和使用搜索范围 原文:http://msdn2.microsoft.com/en-us/library/bb428856.aspx在SharePoint Server 2007中搜索范围用于缩小用户执行查询后返回的搜索结果集。搜索范围可以定义成共享的,也可以是局部的。在搜索范围定义中,我们可以使用不同的规则,可 以定义一个基于某种内容源的简单范围,也可以定义一个基于自定义元数据条件的复杂范围。我们可以在搜索下拉列表、搜索结果页面、高级搜索以及其他位置中看 到搜索范围。我们可以简单的理解为,在搜索范围选取下拉列
阅读全文
转:MSDN Visual系列:MOSS企业级搜索之二——在高级搜索页面中创建并暴露托管属性
摘要:MSDN Visual系列:MOSS企业级搜索之二——在高级搜索页面中创建并暴露托管属性 原文:http://msdn2.microsoft.com/en-us/library/bb428648.aspxSharePoint站点中的列表和文档库都具有其特定专有的属性。当爬网器索引这些容器中的内容时,这些定制的元数据都会被搜集起来。管理员可以把这些自定义的元数据暴露给用户,以便可以在搜索中心中用于检索。在高级搜索页面中有一个属性选取器,可以选取这些托管属性。我们可以在高级搜索页面的属性选取器中添加一个托管属性,只需要扩展一下附加在选取属性的高级搜索框上的XML即可。Pro
阅读全文
转:MSDN Visual系列:MOSS企业级搜索之一——在搜索中心里创建自定义搜索页面和标签选项卡
摘要:MSDN Visual系列:MOSS企业级搜索之一——在搜索中心里创建自定义搜索页面和标签选项卡 原文:http://msdn2.microsoft.com/en-us/library/bb428855.aspx搜 索中心是MOSS默认带的一种新型的站点模版。如果我们创建协作门户站点,也会默认带了一个搜索中心。该类型站点的目的就是替代一般门户中使用的页面顶部 的搜索框,为用户提供更加可定制化的搜索体验。搜索中心现在有两个版本:简洁型搜索中心和带标签的搜索中心。简洁型搜索中心通常被添加在一个发布功能没有 被启用的网站集中。比如一个只有小组协作站点的网站集。带标签的搜索中心
阅读全文
转:Complete reference of all STSADM operations (with parameters) in MOSS 2007 SP1
摘要:This is an update to my complete reference of all STSADM operations in Microsoft Office SharePoint Server 2007, now including the changes in Service Pack 1.I repeated what I did for MOSS 2007 in MOSS 2007 SP1, using a little scripting to get the list of all commands for STSADM, including the op
阅读全文
转:Windows Workflow Foundation:创建自定义复合活动
摘要:Windows Workflow Foundation:创建自定义复合活动 发布日期 : 2006-4-28 | 更新日期 : 2006-4-28 适用于:Windows Workflow Foundation Beta 2 版Microsoft Visual C# 2.0 版Visual Studio 2005 摘要:本 文构思了一个自定义复合活动,并表明如何在工作流中使用该活动。我们要讨论的这个活动是产品附带的“并行”活动的扩展,并对验证、编写自定义执行程序组件 以及使用设计器类和主题类对用户界面进行样式设计进行了概述。(请注意示例程序文件中的程序员注释使用的是英文,本文中将其译为中文
阅读全文
转:New features of SharePoint 2010
摘要:Microsoft is releasing a slew of new technologies in 2010, and one of the most important of them is SharePoint 2010. Previously known by the code name SharePoint 14, SharePoint 2010 marks a significant upgrade to the SharePoint product. Here are ten of the most important things about the SharePo
阅读全文
转:SharePoint 2010 New Features
摘要:SharePoint 2010 New Features Author: Julian Corlaci | Published: 27th July 2009 Since the announcing of SharePoint 2010, SharePoint community has been buzzing with speculations on what the new version might offer.Here are the latest updates on SharePoint 2010 new features: Overvie
阅读全文
转:To Moss or Not To Moss
摘要:Intro What is workflow According to the workflow management coalition workflow is defined as: "The automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules." In th
阅读全文
转:SharePoint Workflow and when to use it…
摘要:SharePoint Workflow and when to use it… When building SharePoint workflow solutions you need to be very careful in only using it for small, single document-centric processes, and you need to try to avoid the ‘pain points’. For processes that push the boundaries of what workflow can do, you should
阅读全文
转:Defining Custom Columns in SharePoint – Field Types and Options
摘要:Defining Custom Columns in SharePoint – Field Types and OptionsA common task for SharePoint developers is defining Site Columns (or Fields) as part of a Feature. When defining a field, you need to assign the field a type. I have created this reference table below to help you map between the the
阅读全文
转:Part 1 – Architecture and Logical Planning
摘要:Part 1 – Architecture and Logical PlanningPart 2 – InstallationPart 3 – Development EnvironmentPart 4 – Backup and Recovery StrategyPart 5 – Virtualization Part 6 – Post Deployment (final) Overview Planning and installing SharePoint Farm across enterprise network is not a trivial task. SharePoint
阅读全文