CRS defines four global facets:
Size -- This facet has
childSKUs.sizeas its faceting property.Color -- This facet has
childSKUs.coloras its faceting property.Price -- This facet gets its value from the
priceproperty created byPriceListPropertyProvider. See Indexing and Querying Price Data for more information about this propertyCategory -- This facet has
ancestorCategories.$repositoryIdas its faceting property. This Category facet itself is not displayed on the site (it is explicitly hidden by the JSP code that displays the facets), but it is used in determining which other facets to display as a customer navigates the catalog.
In addition, CRS defines one local facet, Features, that applies only to the Women’s Apparel category and its subcategories. Its faceting property is features.displayName, where features is an array of feature items.

