thiru-mg opened a new pull request, #1654:
URL: https://github.com/apache/solr/pull/1654
https://issues.apache.org/jira/browse/SOLR-16810
# Description
While persisting the ManagedIndexSchema as XML, non-printable characters in
field names get escaped as #nn;, where nn
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724701#comment-17724701
]
Shawn Heisey commented on SOLR-16810:
-
Solr does not support all characters in field
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724703#comment-17724703
]
Ishan Chattopadhyaya commented on SOLR-16810:
-
I suspect data driven schema f
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724723#comment-17724723
]
Gus Heck commented on SOLR-16810:
-
I think the only reasonable change here is to throw an
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724755#comment-17724755
]
Thiruvalluvan M. G. commented on SOLR-16810:
The actual bug is in XML. If we
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724755#comment-17724755
]
Thiruvalluvan M. G. edited comment on SOLR-16810 at 5/22/23 3:57 AM:
--
sonatype-lift[bot] commented on code in PR #1654:
URL: https://github.com/apache/solr/pull/1654#discussion_r1199943926
##
solr/solrj/src/java/org/apache/solr/common/util/XML.java:
##
@@ -164,7 +212,44 @@ private static void escape(char[] chars, int offset, int
length, Writer ou
[
https://issues.apache.org/jira/browse/SOLR-16810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724762#comment-17724762
]
Gus Heck commented on SOLR-16810:
-
Wait, if this is only an xml thing, then the # symbol