MOSS搜索中的几个IFilter下载(PDF IFilter x64 for Windows)
IFilter for 32-bit Windows
Platform: WindowsFile Name: FoxitPDFIFilter.msi File Size: 2.71MB Click to Download |
IFilter for x64 Windows
Platform: WindowsFile Name: FoxitPDFIFilter64bit.msi File Size: 2.54MB Click to Download |
---|
2.Indexing CAD
DWG IFilter http://blogs.msdn.com/ifilter/archive/2007/06/27/dwg-autocad-filter-is-now-available.aspx
3.Indexing XPS documents
XML Paper Specification (XPS) 格式的IFilter:
1. Install the XPS Essentials pack from :
http://www.microsoft.com/whdc/xps/viewxps.mspx
2. Add the filter-extension to the File types crawled:
Start -> Program -> Microsoft Office Server -> SharePoint 3.0 Central Administration -> <Name of SharedService Provider> -> Search Settings -> File Types -> New File Type (Add extension xps here)
3. Verify that the xps entry is added to the extensions list under:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0 \Search\Applications\<Site>\Gather\Portal_Content\Extensions\ExtensionList
4. Add the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\Filters\ .xps]
Default = (value not set)
Extension = xps
FileTypeBucket REG_DWORD = 0x00000001 (1)
MimeTypes = application/xps
5. Identify the xps filter to MOSS by adding the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.xps]
Set the "Default" value to the CLSID of XPS IFilter.
Default REG _SZ = {1E4CEC13-76BD-4ce2-8372-711CB6F10FD1}
6. Finally, recycle the Search Service by executing the following command from the command window:
D:\> net stop osearch
D:\> net start osearch
7. Add the xps documents in the content source and initiate the crawl.
Notes: 1. Tested on Win2K3 and MOSS 2007
2. More Info on XPS: http://www.microsoft.com/whdc/xps/default.mspx
3. Document with screenshot of configuration procedure attached.
__EOF__

本文链接:https://www.cnblogs.com/pccai/articles/802161.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现