You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2010/04/22 00:18:49 UTC

[jira] Commented: (SOLR-975) admin-extra.html not currectly display when using multicore configuration

    [ https://issues.apache.org/jira/browse/SOLR-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859553#action_12859553 ] 

Hoss Man commented on SOLR-975:
-------------------------------

support for admin-extras.html has always been a hack ... the implementation only ever worked for single core setups because it depended on functionality that took advantage of the singleton.

a fix should be possible, but it might make more sense to just scrap the idea of a magicly named HTML snippet file that is included verbatim (in the middle of an open table tag no less) and come up with a more intuitive and robust way to let people configure what should appear on the admin screen

> admin-extra.html not currectly display when using multicore configuration
> -------------------------------------------------------------------------
>
>                 Key: SOLR-975
>                 URL: https://issues.apache.org/jira/browse/SOLR-975
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Jetty openjdk 1.6.0 1.0.b12 (EPEL package for EL5)
>            Reporter: Edward Rudd
>
> I'm having "cross-talk" issues with using the Solr nightlies (and probably w/ 1.3.0 release but have not tested as I needed newer features of the DataImportHandler in the nightlies) 
> Basic scenario for this bug is as follows
> I have two cores configured and BOTH have a customized "admin-extra.html", however going to the admin pages uses the SAME admin-extra.html for all cores.   the one used is whichever core is browsed first..    This looks like a caching bug where the cache is not taking into account the Core.
> Basically my admin-extra.html has a link to the data importer script and a link to reload the core (which has to have the core name explicitly in the per-core admin-extra.html).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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