I would like to use solr for the following scenario:
Each photo can have several sets. Each set will have 1 "category" and 1 "tag set":
eg. Photo A Set 1: “category” = solid (separate item); "tag set" = slim fit, vintage, red (multiple elements)
eg. Photo A Set 2: “category” = sandals (separate item); "tag set" = platform, red color (several elements)
We want to be able to search for Photos based on the above categories / tags: for example, “platform sandals”, “red one-piece”, etc.
Can someone tell us how we should create the necessary schema.xml file? (We do not need to show the faceted category in our case)
(solr version 1.4.1)
Thank you in advance
source share