Plugininfo tries to load nodes of type "long"
---------------------------------------------
Key: SOLR-2541
URL: https://issues.apache.org/jira/browse/SOLR-2541
Project: Solr
Issue Type: Bug
Components: SearchComponents - other
Affects Versions: 3.1
Environment: all
Reporter: Frank Wesemann
As of version 3.1 Plugininfo adds all nodes whose types are not
"lst","str","int","bool","arr","float" or "double" to the children list.
The type "long" is missing in the NL_TAGS set.
I assume this a bug because DOMUtil recognizes this type, so I consider it a
valid tag in solrconfig.xml
Maybe it's time for a dtd? Or one may define SolrConfig.nodetypes somewhere.
I'll add a patch, that extends the NL_TAGS Set.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]