You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2015/11/09 16:36:10 UTC

[jira] [Updated] (SOLR-8259) Add getCoreContainer() method to SolrJettyRunner

     [ https://issues.apache.org/jira/browse/SOLR-8259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Woodward updated SOLR-8259:
--------------------------------
    Attachment: SOLR-8259.patch

Patch removing JettySolrRunner.getDispatchFilter() and adding .getCoreContainer() and .getSolrDispatchFilter() methods.  In 5.x I'll just deprecate .getDispatchFilter().

> Add getCoreContainer() method to SolrJettyRunner
> ------------------------------------------------
>
>                 Key: SOLR-8259
>                 URL: https://issues.apache.org/jira/browse/SOLR-8259
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>         Attachments: SOLR-8259.patch
>
>
> We have this all over our tests:
> {code}
> CoreContainer cores = ((SolrDispatchFilter) jetty.getDispatchFilter().getFilter()).getCores();
> {code}
> We should add a sugar method explicitly for doing this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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