Hi , I am Tejaswi , a newbie with solr. I have tried to add new facets using solrj and I have also made the appropriate changes in schema.xml and solrconfig.xml.
My aim is to index Marc-xml files (Marc-XML is a variant of xml used predominantly with library content) In this situation, I am facing a problem. Now, for instance if I want to facet X,Y,Z fields, 1) I make the changes in solr-config.xml 2) changes in schema.xml But however, some of my XML data is variable in the sense that sometimes, one XML file lacks the 'X' field one XML file lacks the 'Y' field. In this case, Solr throws an exception. One aspect is that I am not facing this problem when all my XML records are uniform (i.e have X,Y and Z fields) Can anyone shed light on this problem ? -- View this message in context: http://www.nabble.com/Problem-with-Facetting-%21-tp16125687p16125687.html Sent from the Solr - Dev mailing list archive at Nabble.com.
