문제

이전 SharePoint 2013 와 함께 사용자 정의 IFilters를 등록하는 방법을 물었습니다. 답변이 없습니다.괴롭히는 것은이 버전에서 IFilters가 지원되는 증거를 찾을 수 없습니다.모든 검색 결과는 PDF가 사용자 정의 IFilter를 설치하는 을 검색 할 수 있다는 사실을 언급합니다.

어쩌면 더 이상 지원되지 않지만 확실한 증거를 찾을 수 없습니다.

첫 번째 위치에서 SharePoint 2013에서 지원되는 Custome IFilters입니까?

도움이 되었습니까?

해결책

I guess custom IFilters are supported in SP 2013... refer this blog post for more details. In a nutshell you have to follow usual steps for SharePoint 2010 and then use New-SPEnterpriseSearchFileFormat cmdlet.

다른 팁

There are many questions here:

  1. Yes indeed PDF are natively supported by SharePoint 2013 Search so no real need to install another IFilter for PDF. Have a look here http://sharepointthing.wordpress.com/2013/02/06/sharepoint-2013-search-natively-supports-pdf-ifilter/
  2. Yes, you can have custom iFilter still as there are used by "Content Processing Component" in the Search pipeline where document parsing occurs, while crawling items and feeds them to the index component (see more here http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/07/17/what-you-need-to-know-about-search-in-sharepoint-2013-preview.aspx) also on MSDN it is actually mentioned that for those unsupported you should work with vendors to get your iFilters http://technet.microsoft.com/en-us/library/ff607742.aspx

I might be completely wrong but I think custom iFilters are exchanged with Content Enrichment web service for SharePoint 2013.

Check this blog post out,

Customize the SharePoint 2013 search experience with a Content Enrichment web service

Did you ever wish you had more control over how your content is indexed and presented as search results? In SharePoint 2013, you have the option to add a callout from the content processing component to your own web service so you can manipulate the content before it gets indexed.

I never created a ifilter but I assume custom ifilters were suppose to be do same thing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top