You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/09/12 00:09:57 UTC

[jira] Created: (SOLR-1428) make ValueSourceParser and QParserPlugin implement SolrInfoMBean so people can use registry.jsp to see which ones are loaded

make ValueSourceParser and QParserPlugin implement SolrInfoMBean so people can use registry.jsp to see which ones are loaded
----------------------------------------------------------------------------------------------------------------------------

                 Key: SOLR-1428
                 URL: https://issues.apache.org/jira/browse/SOLR-1428
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


there are a lot of default QParserPlugins and ValueSourceParsers loaded by default in solr -- but there is no clear way to see which ones are loaded.  if we made the abstract base classes implement SolrInfoMBean (with sane defaults for all the methods, or at the very least have them return strings like "INFO NOT AVAILABLE") then people could use the infoRegistry to see what's available -- both by default, and when they load their own.

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