I have written the following impexes to index a property and also to use it as a facet. It is appearing as a facet on the Search Page, but not on the Category Page. Can someone please help?
INSERT_UPDATE SolrIndexedProperty;solrIndexedType(identifier)[unique=true];name[unique=true];type(code);sortableType(code);currency[default=false];localized[default=false];multiValue[default=false];facet[default=true];facetType(code);facetSort(code);priority;visible;useForSpellchecking[default=false];useForAutocomplete[default=false];fieldValueProvider;
;$solrIndexedType;xyzName;string;;;true;;true;Refine;Alpha;;true;;;xyzNameValueProvider;
INSERT_UPDATE SolrSearchQueryProperty; indexedProperty(name, solrIndexedType(identifier))[unique = true]; searchQueryTemplate(name, indexedType(identifier))[unique = true][default = DEFAULT:$solrIndexedType]; facet[default = true]; facetType(code);
;xyzName:$solrIndexedType;;true;Refine;