The situation is that I created a demo portal with a lot of sites each with a document library. Some sites are location sites, others are department sites etc. The document library on the location sites each have a site column (metadata) with a prefilled value corresponding with the name of the site and the document libraries on the department sites also have a site column prefilled with a value corresponding to the site name.
So I wanted to have two facets added to my Faceted Search on my searchresults page and followed the configuration guide I downloaded from Codeplex. According to the documentation I added the following code to the XSLT:
<Column Name=“Location” DisplayName=“Office” SortOrder=“Ascending” />
<Column Name=“Department” DisplayName=“Department” SortOrder=“Ascending” />
After clicking Apply, Ok and starting an incremental crawl none of the added facets appeared.
At a forum somewhere on the internet (don’t know where anymore) I learned that I had to make Managed Properties for the two facets. But before you can make these Managed Properties some documents have to be uploaded to the document libraries so the metadata with the location and department information can be crawled.
After anĀ incremental or full crawl the Managed Properties can be made and the facets will appear.
Tags: Best Practices, Faceted Search, guide, XSLT




October 16th, 2009 at 3:30 PM
Hello from Russia!
Can I quote a post in your blog with the link to you?
October 19th, 2009 at 10:28 AM
yes off course you can. Great!
July 20th, 2010 at 7:53 PM
Great article Thank
you so much!
August 31st, 2010 at 7:11 PM
Were you ever able to get the Location facet working. If yes can you please post the details and HOW??
September 1st, 2010 at 7:19 AM
Yes I was able to get it working. “Office” is just a metadata field. Before facets work the metadata fields have to filled with terms. Then you have to do a crawl of your content and after that the facets will work.
If you have any problems please let me know.