You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2015/12/11 06:42:11 UTC

[jira] [Resolved] (SOLR-6992) ShowFileRequestHandler is hiding dynamic schema file even in read-only mode

     [ https://issues.apache.org/jira/browse/SOLR-6992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Varun Thacker resolved SOLR-6992.
---------------------------------
    Resolution: Fixed

Thanks  Alexandre!

> ShowFileRequestHandler is hiding dynamic schema file even in read-only mode
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-6992
>                 URL: https://issues.apache.org/jira/browse/SOLR-6992
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Alexandre Rafalovitch
>            Assignee: Varun Thacker
>            Priority: Minor
>             Fix For: Trunk, 5.5
>
>         Attachments: SOLR-6992.patch, SOLR-6992.patch
>
>
> When using dynamic schema, the schema file is not shown in the admin UI (Files tab) by default. It is hidden because (as per [the section comment|https://github.com/apache/lucene-solr/blob/db33df44c037e04fea9ac3e391ef79c0d6ae04f4/solr/core/src/java/org/apache/solr/handler/admin/ShowFileRequestHandler.java#L279]):
> {quote}
>  // Make sure that if the schema is managed, we don't allow editing. 
> {quote}
> But we don't have editing interface for those files (SOLR-5287 was backed out), so the reason is not valid and makes reviewing schema just that bit harder.
> The fix is probably just editing out that section, unless there are tests specifically for that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org