On Feb 5, 2009, at 1:44 PM, Jeff Newburn wrote:
I am getting the following on the stats page.
XML Parsing Error: not well-formed
Location: http://solr2.zappos.net:8080/solr/zeta-main/admin/stats.jsp
Line Number 1327, Column 48: <stat
name="item_attrFacet_Size_&_Shape"
-----------------------------------------------^
Not sure what the deal is since it has been running fine for weeks.
This is
on solr 1.4 from 01/23/2009.
Someone please let me know what on earth would cause this.
Your attribute name has an & in it, illegally. Sadly stats.jsp
doesn't XML encode anything really, so you get stuff like that. I'm
looking into adding escaping now.
Erik