SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search

  1. Ensure your site or shared folder in one Content Source.

  2. Add file types.

SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search

SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search
  1. 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 located at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension

Add a new key, enter the extension including the dot i.e. .ps1.

Save and set its default value to be {4A3DD7AB-0A6B-43B0-8A90-0D8B0CC36AAB}. This means use the text parser Ifilter tquery.dll for this extension.

SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search
  1. And a new key for each file extension you want indexed in this case cs,ps1 and aspx but you can add vb vbs or whatever other text files you need indexed.

Stop and start the search service with these commands

net stop osearch

net start osearch

  1. Now do a full crawl of your content type and your files should have been full text indexed. The crawl log is useful in seeing if the filtering barfed on your files.

Reference Blog: http://blogs.flexnetconsult.co.uk/colinbyrne/2008/06/23/FullTextSearchingYourCSAndPowerShellCodeWithSharePointSearch.aspx

Original: https://www.cnblogs.com/Bear-Study-Hard/p/3570381.html
Author: 努力学习的小熊
Title: SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search

原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/529631/

转载文章受原作者版权保护。转载请注明原作者出处!

(0)

大家都在看

亲爱的 Coder【最近整理,可免费获取】👉 最新必读书单  | 👏 面试题下载  | 🌎 免费的AI知识星球