[
https://issues.apache.org/jira/browse/SOLR-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445820#comment-13445820
]
Stefan Matheis (steffkes) commented on SOLR-3734:
-------------------------------------------------
The reason is pretty simple: in your schema, you have copyfield for a
non-existing field defined:
{code}alphaNameSort: {
type: "alphaOnlySort",
flags: "IT-----O-----l",
copyDests: [ ],
copySources: [
"org.apache.solr.schema.SchemaField:name_def{type=textgen,properties=indexed,tokenized,stored}"
]
}{code}
from the schema.xml:
{code} <!-- copy name to alphaNameSort, a field designed for sorting by name -->
<copyField source="name_def" dest="alphaNameSort"/>
<copyField source="name_en" dest="alphaNameSort_en"/>{code}
That is a case which the Schema-Browser is right now not able to handle
correctly .. Perhaps we can/should collect such information/"problems" and
display them to the user?
> 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_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]