FAST for SharePoint如何重置Index

1. 管理中心 -> Search Application Administration 页面-> 点击 Index Reset

2. 打开PowerShell, 执行下面的命令

Clear-FASTSearchContentCollection –Name sp

Indexerinfo –a status

Indexeradmin –a resetindex 4

 

参考资料

=============

indexerinfo.exe reference (FAST Search Server 2010 for SharePoint)

http://technet.microsoft.com/en-us/library/ee943511.aspx

indexeradmin.exe reference (FAST Search Server 2010 for SharePoint)

http://technet.microsoft.com/en-us/library/ee943517.aspx

Clear-FASTSearchContentCollection

http://technet.microsoft.com/en-us/library/ff393803.aspx

原文地址:https://www.cnblogs.com/awpatp/p/1983791.html