SharePoint Search 分词(WordBreaker)】的更多相关文章

[问题] 我们经常会搜索一个很长的词,例如“国際協力銀行” ,对应的搜索结果中会有关于“国際”“協力”“銀行”相关内如都会搜索到,这样的行为就是分词,那如何知道搜索内如是如何分词的呢? [解决办法] 使用powershell来实现.例如: $query = "我是中国人民" $lcid = 1041 $ssa = Get-SPEnterpriseSearchServiceApplication -Identity "Search Service Application&quo…
计划写一个关于怎样使用SharePoint Search的系列,包括下面几个方面: (一)创建Search Service Application (二)持续爬网(continues crawl) (三)新建内容源(content source) (四)置顶结果(Promoted Result) (五)查询拼写纠正(Query Spelling) (六)查询建议(Query Suggestion) (七)结果源(Result Source) (八)搜索中心(Search Center) (九)S…
在使用搜索引擎的时候.非常多情况下,用户希望限定一下搜索范围,以便更加easy找到想要的结果. watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvU1BGYXJt/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt=""> 在SharePoint 2013的search里,也支持类似的功能,SharePoint 默认提供了几种范围…
1. Ensure your site or shared folder in one Content Source. 2. Add file types. 3. The second step in getting the file extensions recognised is to add it to the registry entries the SharePoint Server Search service reads when it starts up. This key is…
 Query spelling correction 在使用搜索引擎的时候.假设一不小心输入错误,或者对于某个词语记得不太清楚,搜索引擎会自己主动纠正: 这个功能可以缩短用户的时间,很好用.在SharePoint 2013中.通过配置Search dictionary  能够实现类似的功能. SharePoint 2013自己维护了一个拼写词典.叫做默认拼写词典(default spelling dictionaries).这个拼写词典是SharePoint自己维护的,用户不能改动. 假设用…
于SharePoint 2010与在先前的版本号.有两种类型的抓取,Full和Incremental.故名思议.Full Crawl 抓取的时间.该Content Source里面的内容再次攀升.Incremental 它是基于过去的抓取,抓取新内容. 这两种爬网存在一个问题:一旦启动Crawl,对于同一个Content Source,并行仅仅能有一个crawl 在跑.假设想让最新的变动尽快的显示在搜索结果里,仅仅能寄希望于Incremental crawl. 假设Incremental cra…
通过Search log http://richardstk.com/2013/12/23/using-the-sharepoint-2013-search-query-tool-with-search-refiners/  (需FQ) http://sp2013searchtool.codeplex.com/…
前言:在SharePoint2013中,提供Search REST service搜索服务,你可以在自己的客户端搜索方法或者移动应用程序中使用,该服务支持REST web request.你可以使用KeyWord Query Language(KQL)或者FAST Query Language(FQL)来对Search REST Service进行搜索查询,并且,试用与远程客户端应用程序.移动应用程序和其他应用程序. 一.   Search REST service 支持方式: Search R…
Problem 当创建和配置SharePoint 2013 Search Service Application成功之后,进入详细配置页后,在Search Application Topology节点下显示如下错误: Unable to retrieve topology component health states. This may be because the admin component is not up and running Resolution 注: 花了很长时间去排查这个问…
http://social.technet.microsoft.com/wiki/contents/articles/15989.sharepoint-2013-search-architecture-in-spc202.aspx   Presentation broken down into 4 parts: Feeding Chain(crawler and content processing) Index core(index components) Query Chain Analyt…
一个同事问我一个问题: 如果FAST Search for SharePoint 2010被full restore到了一个之前的时间点, 那么当FAST Search重新开始一个增量爬网的时候, 会发生什么? FAST Search会查看内容数据库并发现上一次爬网的记录并为新item或更改的item制作索引么? FAST Search会发现索引与现在内容的不一致么? 还是说它直接会再来一次full crawl?   Some Basics =================== Fast Se…
管理中心 - 系统设置 - 管理服务器上的服务:“搜索主机控制器服务” 停止即可,服务器管理 - 工具 - 服务 :sharepoint search host controller 服务会自动禁用.…
众所周知,一款好的开发工具不仅能提高项目开发效率,而且能够协助开发人员简化开发流程.本文汇总几款SharePoint 2013开发常用开发工具,希望能够对大家有所帮助.如果您有更好的工具,没有包含在本文中,欢迎留言分享. Visual Studio 2013 (http://www.visualstudio.com/) 排在第一位的开发工具自然是Visual Studio,不过我个人而言,更推荐Visual Studio 2013. VS2013不仅包含代码优化,强大的智能提示,而且对于Shar…
http://blogs.technet.com/b/sykhad-msft/archive/2012/02/25/sharepoint-2010-nailing-the-error-quot-the-security-token-service-is-unavailable-quot.aspx First of all let's talk about STS (Security Token Service) An STS is a specialized Web service that i…
from:http://blogs.msdn.com/b/ericwhite/archive/2010/04/28/searching-external-data-in-sharepoint-2010-using-business-connectivity-services.aspx Business Connectivity Services (BCS) are a set of services and features that provide a way to connect Share…
from:http://blog.tallan.com/2012/07/18/creating-a-sharepoint-bcs-net-assembly-connector-to-crawl-rss-data-in-visual-studio-2010/ Overview In this post, I'll walk you though how to create a SharePoint 2010  BCS .NET Connectivity Assembly in Visual Stu…
开发慢慢向着SharePoint 2013迁移,环境也开始慢慢准备起来了.由于FAST Search的集成,和缓存服务的加入,SharePoint 2013对开发机器要求的不是一般的高.这里介绍一下如何降低这个需求,分配4G内存给虚拟的情况下,基本可以完成正常开发. 尽量减少启动服务和应用程序池数量. 一般开发,并不需要所有SharePoint服务,尽量按需启用. Plan service deployment in SharePoint 2013,这个文档清楚的说明了每个服务的作用. 例如下面…
原文地址:http://www.eliostruyf.com/sticky-footer-solution-for-sharepoint-2013/ 照搬全文: OFFICE 365 & SHAREPOINT SEARCH / DEVELOPMENT / BRANDING Sticky Footer Solution for SharePoint 2013 ON JAN 23, 2013 BY ELIO STRUYF WITH 52 COMMENTS   Footers and SharePoi…
Question 94You need to create a custom application that provides users with the ability to create a managed property.The managed property name must be specified in the args[1] parameter.You write the following code segment for the application. (Line…
//1.make sure your application using the .net fromwork 3.5 //2.create entity classes using the instruction:spmetal /web:http://sv1:82 /namespace:MyLinq /code:c:\MyLinq.cs, //and copy the MyLinq.cs file to your project static void linq() { string url…
SharePoint 2013常用开发工具分享 2014-04-01 00:59 by jv9, 589 阅读, 1 评论, 收藏, 编辑 众所周知,一款好的开发工具不仅能提高项目开发效率,而且能够协助开发人员简化开发流程.本文汇总几款SharePoint 2013开发常用开发工具,希望能够对大家有所帮助.如果您有更好的工具,没有包含在本文中,欢迎留言分享. Visual Studio 2013 (http://www.visualstudio.com/) 排在第一位的开发工具自然是Visual…
由于ik没有歧义分词的功能,打算用anjs 对前端传递过来的数据用anjs进行分词 anjs 操作文档官网地址:http://nlpchina.github.io/ansj_seg/ 刚刚开始由于jar包问题折腾了一会,所以将jar 共享出来 jar 包下载地址:http://yunpan.cn/cmuTuFhBxREnx (提取码:20c4) import java.util.List; import org.ansj.domain.Term; import org.ansj.splitWor…
主要app base 基础MVCdbeav 数据库扩展pam 登录认证setup 系统安装工具image 图片存取site 站点desktop 后台操作ectools 电商基础工具b2c 订单,商品,会员search 分词+索引 目录结构--项目目录结构 ecstore 文件夹app 应用程序目录config 配置文件目录config.php 主配置 文件deploy.xml install.lock.php 安装锁,只可以安装一次mapper.php 路由data 数据文件 demo 初始化数…
OpenShare常见问题及回答: Q:OpenShare可以整合SAP么? A:当然可以,OpenShare是真正完全开放的产品,但要进行二次开发,事实上我们帮我们大部分的客户都整合了SAP,包括数据层面的整合,应用层面的整合以及界面的整合 Q:你们OpenShare的免费版是不是功能上有缩减啊? A:我们免费的是完整版,无任何限制,我们是彻底,完全,永久的免费,而且免费的许可是无限的,免费的许可包括: OpenShare 基础Server的无限使用 无限公司级门户的使用许可 无限部门级门户的…
roblem: NodeRunner.exe is consuming a lot of memory and CPU resulted in performance issues on SharePoint 2013 server. Solution:NodeRunner.exe is a SharePoint 2013 Search service component and it is resource hungry. To reduce the CPU and Memory impact…
一劳永逸,删除search services application,停止Windows服务:SharePoint Search Host Controller和SharePoint Server Search 15 通过限制各种组件内存来提升性能 限制SQL Server的内存使用量 降低Search的优先级:Set-SPEnterpriseSearchService -PerformanceLevel Reduced 限制搜索的内存使用量:编辑C:\Program Files\Microso…
Dynamics CRM中的Document Management功能需要Dynamics CRM与SharePoint进行集成,也就是实现在CRM中上传Document,实际上Document最终存储在了SharePoint Site中,同时在SharePoint中上传的数据在CRM中也可以进行查看.编辑等操作.要实现这种集成有两种方式,一种为使用List Component,一种使用server-based integration.微软建议除非没办法配置Server-based方式时使用Li…
前言:SharePoint 2013集成了Fast Search,而后在配置上与2010及之前版本都有一些区别,如果需要开启搜索的文档,请参考我之前写的博客,博客地址附后.下面,我们开始了解下,SharePoint2013里面的搜索配置. 1.首先,新建页面,用于搜索,如下图: 2.添加搜索框.搜索结果部件: 选择<搜索>类别,找到”搜索框”.”搜索结果”两个部件,添加到页面: 3.配置搜索框部件: 点击编辑WebPart,右侧可以指定搜索结果显示在本页.指定搜索页面(我这里默认,就是本页),…
前言:SharePoint 2013集成了Fast搜索以后,搜索的配置有了些许改变,自己在配置过程中,也记录下了一些入门的东西,希望能够对大家有所帮助. 1.配置搜索服务,首先需要启用搜索功能,基本思路就是新建搜索应用程序,创建内容源,完全爬网,可参考如下博文: SharePoint 2013 配置启用搜索服务 2.由于SharePoint 2013的搜索功能,集成了Fast搜索以后,对于服务器的要求非常高,所以很多情况下,尤其开发机器,我们需要禁用搜索服务,基本思路是服务器场上的服务,禁用搜索…
转载: http://www.cnblogs.com/OceanEyes/p/SharePont-2013-Search-Develop.html SharePoint 2013的搜索功能很强大,特别是在社交领域的搜索让我耳目一新(如发掘知识,发现人际关系等).如下所示是一个SharePoint 普通搜索,可以看到实现对Office的全文检索(当然还包含很多,比如PDF). 回到顶部 启用Search Service Application SharePoint 2013 Server 和 Fo…