Hi, I'm trying to sort out what's not valid in Solr's files. For example, the following request-handler will cause Solr to fail to load (notice the missing "/" from "987" in the 'name'):
<requestHandler name="987" class="solr.SearchHandler"> </requestHandler> But having a name with a space, such as "/ 987" or "/ 1 2 3 " works. This is one example, but my question is much brother and extends to other attributes: where can I find what's not valid data in attributes used by both schema.xml and solrconfig.xml file? Thanks in advance. Steve