Add SolrCore.getSearchComponents()
----------------------------------

                 Key: SOLR-557
                 URL: https://issues.apache.org/jira/browse/SOLR-557
             Project: Solr
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll


Return an unmodifiable Map of the core's Search Components, similar to the 
request handlers.

Code is:
/**
   * Accessor for all the Search Components 
   * @return An unmodifiable Map of Search Components
   */
  public Map<String, SearchComponent> getSearchComponents() {
    return Collections.unmodifiableMap(searchComponents);
  }

I will commit once SVN is up again.

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

Reply via email to