Fast Search – Index Reset

Hi Readers,

Just sharing a Scenario where we had to reset the index for FAST search & we faced some issues.

How to Reset Index for FAST Search for SharePoint 2010 ?

Log on to SharePoint Central Administration –> Fast Search Content service application

–> Index Reset

indexreset

 

Wait for the confirmation.

Don’t start any crawls yet.

Now go to Fast Search server & enter the following command:

Clear-FASTSearchContentCollection -Name sp  (sp is the fast collection in our case)

wait for the command to finish as it can take some time.

In our case this has failed so we have to use the below procedure but if above is success in your case then stop as index has been reset & you can continue crawling again.

Stop the Fast search services on all fast search servers:

fast

Rename or delete data_fixml & data_index directories (we renamed it first & than deleted afterwards)

Start the services again, these folders will get recreated.

Now you can start the crawling again as index has been reset.

You can also check if index has been reset or not by following command

Get-FASTSearchContentCollection -Name sp

In our case as we had only sp collection so number came out to be zero.

 

Tech Wizard

https://techwizard.cloud

https://syscloudpro.com/

 

 

 

Advertisement

One thought on “Fast Search – Index Reset

  1. Pingback: Resetting index on the FAST Search Server | SharePoint interests

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s