You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Eric Pugh (Created) (JIRA)" <ji...@apache.org> on 2012/04/03 20:08:24 UTC

[jira] [Created] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
---------------------------------------------------------------------------------------------------------------

                 Key: SOLR-3312
                 URL: https://issues.apache.org/jira/browse/SOLR-3312
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 4.0
            Reporter: Eric Pugh
             Fix For: 4.0


The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Eric Pugh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Pugh updated SOLR-3312:
----------------------------

    Attachment: handle_differently_named_schema_solrconfig_files.patch

patch against 4.0 trunk
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Stefan Matheis (steffkes) (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) reassigned SOLR-3312:
-----------------------------------------------

    Assignee: Stefan Matheis (steffkes)
    
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch, handle_differently_named_schema_solrconfig_files2.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Stefan Matheis (steffkes) (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-3312:
--------------------------------------------

    Attachment: admin-cores-example.json
    
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Eric Pugh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252422#comment-13252422 ] 

Eric Pugh commented on SOLR-3312:
---------------------------------

Any chance of getting this committed?  
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch, handle_differently_named_schema_solrconfig_files2.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Eric Pugh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Pugh updated SOLR-3312:
----------------------------

    Attachment: handle_differently_named_schema_solrconfig_files2.patch

This time with the Java code change
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch, handle_differently_named_schema_solrconfig_files2.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Stefan Matheis (steffkes) (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) resolved SOLR-3312.
---------------------------------------------

    Resolution: Fixed

Committed in r1325268
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>            Assignee: Stefan Matheis (steffkes)
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch, handle_differently_named_schema_solrconfig_files2.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246093#comment-13246093 ] 

Stefan Matheis (steffkes) commented on SOLR-3312:
-------------------------------------------------

Yes, like it :> Just to be sure - if you run the example Package (currently in Rev {{1309273}}), {{/admin/cores}} has no information about schema and/or config? Or is there some configuration stuff missing?
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Eric Pugh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246266#comment-13246266 ] 

Eric Pugh commented on SOLR-3312:
---------------------------------

Stefan...  I was about to tell you to go check the patch where I tweaked /admin/cores?action=status to have that data....   Glad I checked the patch...  Sigh.  My patch skills suck. I am attaching the updated patch now. 


                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "David Smiley (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated SOLR-3312:
-------------------------------

    Component/s: web gui
    
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "Stefan Matheis (steffkes) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246293#comment-13246293 ] 

Stefan Matheis (steffkes) commented on SOLR-3312:
-------------------------------------------------

Oh, yes .. now :) +1
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: admin-cores-example.json, handle_differently_named_schema_solrconfig_files.patch, handle_differently_named_schema_solrconfig_files2.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3312) Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"

Posted by "David Smiley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245783#comment-13245783 ] 

David Smiley commented on SOLR-3312:
------------------------------------

I've wanted this before.
                
> Allows Solr Admin GUI to display schema and solrconfig files that aren't named "schema.xml" or "solrconfig.xml"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3312
>                 URL: https://issues.apache.org/jira/browse/SOLR-3312
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Eric Pugh
>             Fix For: 4.0
>
>         Attachments: handle_differently_named_schema_solrconfig_files.patch
>
>
> The admin.html file hardcodes the path for the admin/file handler to use for schema and solrconfig.xml.   This patch allows you to get back the file names from /admin/cores?action=status, and use them in the subsequent lookup.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org