[
https://issues.apache.org/jira/browse/SOLR-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611333#action_12611333
]
Ryan McKinley commented on SOLR-605:
------------------------------------
check the [existing
javadocs|http://lucene.apache.org/solr/api/org/apache/solr/schema/IndexSchema.html#getFieldTypes()]
{panel}
Provides direct access to the Map containing all Field Types in the index,
keyed on fild type name.
Modifying this Map (or any item in it) will affect the real schema
{panel}
> Programatically register SolrEventListeners
> -------------------------------------------
>
> Key: SOLR-605
> URL: https://issues.apache.org/jira/browse/SOLR-605
> Project: Solr
> Issue Type: New Feature
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Trivial
> Fix For: 1.3
>
> Attachments: SOLR-605-RegisterEventListeners.patch, SOLR-605.patch
>
>
> Currently all eventListeners need to be registered via solrconfig.xml -- it
> would be nice to programatically register classes for these events too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.