On 6/12/2015 12:24 PM, Steven White wrote:
> 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?

I added that exact text to solrconfig.xml in a core created by
solr-5.1.0, and everything worked just fine.  I can see the handler
named "987" in Plugins/Stats -> QUERYHANDLER.

What errors did you get in your log, and what version of Solr are you
running?

Thanks,
Shawn


Reply via email to