I have been trying to use the Refinement Panel web part to improve the search experience on my site. I've run into an issue where certain taxonomy fields are showing while others are not. This is the XML that I have in my Filter Category Definition:
<Category Title="Managed Metadata Columns" Description="Managed metadata of the documents"
Type="Microsoft.Office.Server.Search.WebControls.TaxonomyFilterGenerator" MetadataThreshold="3"
NumberOfFiltersToDisplay="3" MaxNumberOfFilters="20" ShowMoreLink="True"
MappedProperty="ows_MetadataFacetInfo"
MoreLinkText="show more" LessLinkText="show fewer" />
But for some reason this only displays one set of taxonomy field filters. I was under the impression that this would include all taxonomy fields that could be used to filter. I also confirmed that there are about 10 documents using the missing taxonomy fields.
Can any one see what I am doing wrong here? Any suggestions where to look to resolve this issue?