Hi
I've created a custom managed metadata column as per the article
http://www.wictorwilen.se/Post/How-to-provision-SharePoint-2010-Managed-Metadata-columns.aspx
I'm able to see the column mapped correctly to the termset and so on. I can enter the mapped terms in this column. However when I crawl the content, I can see the cawled property getting created, but it shows "there are zero documents in the index using
this property".
If I manually create a managed data column, then the indexing works properly.
This is the schema of my custom managed metadata column
<Field ID="{9CE69841-358B-486E-B39E-A130FAE3B854}"
Type="TaxonomyFieldTypeMulti"
DisplayName=My Hierarchy"
ShowField="Term1033"
Required="FALSE"
EnforceUniqueValues="FALSE"
Group="My Custom Columns"
StaticName="MyHierarchy"
Name="MyHierarchy"/>
Any help appreciated