SharePoint 2010: How to Delete Crawled Property

Introduction

Sometimes when you start a project with custom content types, you need to change a column type (change a string to number or other). If you have already configured your search with properties, it could be problematic to have a crawled properties map to the wrong column type. So to start again from a "fresh" environment you will need to recreate your crawled properties. 

Here is a description of how to remove a “crawled properties”.

Access the administration menu Search Service.

Firstly, not everyone knows how to find the menu of search service, here is the procedure.
Start by accessing your central administration and click on “Application Management” ( do not fortget that you should be a Farm Administrator to get access to the Central Administration)

http://christopherclement.files.wordpress.com/2012/10/gotosearch01.png?w=640

Then click “Manage Service Applications”.

http://christopherclement.files.wordpress.com/2012/10/gotosearch02.png?w=640&h=290

If you click on the “Search Service Application”, you get to the Management menu.

http://christopherclement.files.wordpress.com/2012/10/gotosearch04.png?w=640&h=480

How to delete a “crawled property.”

If you go into the Crawled properties menu and select a crawled property, you will see that you have no “Delete” option, neither in the context menu or the Edit menu.

[http://christopherclement.files.wordpress.com/2012/10/deletemapped011.png?w=640

](http://christopherclement.files.wordpress.com/2012/10/deletemapped011.png)

http://christopherclement.files.wordpress.com/2012/10/deletemapped02.png?w=640&h=239

The trick to delete the crawled property is to do it via the category, in this sample : the category “people”.
To access categories, you must click on the link “Metadata properties” in the navigation. On the new page you will see the menu “Categories

http://christopherclement.files.wordpress.com/2012/10/deletemapped03.png?w=640

In the Categories list, select the category of the crawled property you want to delete, and edit.

http://christopherclement.files.wordpress.com/2012/10/deletemapped04.png?w=640

In the edit menu, you must select the “Delete all unmapped crawled properties” and hit ok.

http://christopherclement.files.wordpress.com/2012/10/deletemapped05.png?w=640&h=106

Here we verify that our crawled property is deleted.

http://christopherclement.files.wordpress.com/2012/10/deletemapped011.png?w=640

And no, it’s still there! In fact to delete crawled property , we must pay attention to two things.

A) All mappings have been removed.
B) It is no longer included in the search index, so you have to uncheck the box in the “Edit” menu.

http://christopherclement.files.wordpress.com/2012/10/deletemapped06.png?w=640&h=214

Back in the categories menu and start again the operation “Delete all unmapped crawled properties”.
If we return to our list of crawled properties, we can see that our property has been removed.

http://christopherclement.files.wordpress.com/2012/10/deletemapped07.png?w=640

See Also