[
https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221013#comment-13221013
]
Stefan Matheis (steffkes) commented on SOLR-3162:
-------------------------------------------------
That's pretty odd :< After removing this lines (occurs two times):
{code}- str = str.replaceAll("\\\"", "\\\\\"");{code}
the Problem should not longer exists. The raw Data which is stored in ZK is
fine, i added these replaces at the beginning to generate valid output - which
is no longer required through the use of noggit. So, the output of
{code}<fieldType name=\"int\" class=\"solr.TrieIntField\" precisionStep=\"0\"
omitNorms=\"true\" positionIncrementGap=\"0\"/>{code}
should change to that
{code}<fieldType name="int" class="solr.TrieIntField" precisionStep="0"
omitNorms="true" positionIncrementGap="0"/>{code}
if the escaped quotes are still there .. could you double-check if you still
have some replace*() Calls inside
{{solr/core/src/java/org/apache/solr/servlet/ZookeeperInfoServlet.java}} Erick?
Maybe i missed some of them, which shouldn't be - but i don't know what's wrong
on your machine :/
> Continue work on new admin UI
> -----------------------------
>
> Key: SOLR-3162
> URL: https://issues.apache.org/jira/browse/SOLR-3162
> Project: Solr
> Issue Type: Improvement
> Components: Schema and Analysis
> Affects Versions: 4.0
> Reporter: Erick Erickson
> Assignee: Erick Erickson
> Attachments: SOLR-3162-index.png, SOLR-3162-schema-browser.png,
> SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch, SOLR-3162.patch
>
>
> There have been more improvements to how the new UI works, but the current
> open bugs are getting hard to keep straight. This is the new catch-all JIRA
> for continued improvements.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]