Hi All! We are working first time with solr and have a simple data model
Entity Person(column surname) has 1:n Attribute(column name) has 1:n Value(column text) We need faceted search on the content of Attribute:name not on Attribute:name itself, e.g if an Attribute of person has name=hobby, we would like to have something like ... "facet=true&facet.name=hobby" and get back all related Value with count.(We do not need a "facet.name=name" and get back all distinct values of the name column of Attribute) How do we have to map our database, define or document and/or define our schema? Any help is highly appreciated - Thx in advance Niki