[
https://issues.apache.org/jira/browse/SOLR-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449267#comment-13449267
]
Hoss Man commented on SOLR-3734:
--------------------------------
bq. The reason is pretty simple: in your schema, you have copyfield for a
non-existing field defined:
steffkes: i don't understand your comment. those copyField's are legal, and
the fields do exist, because there are dynamicField's that define them...
{noformat}
<dynamicField name="*_def" type="textgen" indexed="true"/>
<dynamicField name="*_en" type="text_en" indexed="true"/>
{noformat}
Is there a problem in the request handler the UI is using to get schema
information, that it doesn't expose these source/dest fields if they xist
because of dynamicField, or is the problem solely in the javascript code?
(ie: can i help?)
> Forever loop in schema browser
> ------------------------------
>
> Key: SOLR-3734
> URL: https://issues.apache.org/jira/browse/SOLR-3734
> Project: Solr
> Issue Type: Bug
> Components: Schema and Analysis, web gui
> Reporter: Lance Norskog
> Attachments: SOLR-3734.patch,
> SOLR-3734_schema_browser_blocks_solr_conf_dir.zip
>
>
> When I start Solr with the attached conf directory, and hit the Schema
> Browser, the loading circle spins permanently.
> I don't know if the problem is in the UI or in Solr. The UI does not display
> the Ajax solr calls, and I don't have a debugging proxy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]