static access to multicore?

2008-07-17 Thread Ryan McKinley
I'm trying to write a search component that queries another core. This pointed out that there is no way to access MultiCore outside of SolrDispatchFilter. If we were using spring, we could easily pass that reference into the component. Without it, I think the best option is to add a

[jira] Commented: (SOLR-638) Allow static access to MultiCore

2008-07-17 Thread Yonik Seeley (JIRA)
access to MultiCore Key: SOLR-638 URL: https://issues.apache.org/jira/browse/SOLR-638 Project: Solr Issue Type: Improvement Reporter: Ryan McKinley Assignee: Ryan McKinley

[jira] Commented: (SOLR-638) Allow static access to MultiCore

2008-07-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12614340#action_12614340 ] Ryan McKinley commented on SOLR-638: I like that idea. Allow static access

Re: static access to multicore?

2008-07-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
SOLR-561 has added code to achieve this. core.getCoreDesctiptor().getMultiCore() can give the instance of multicore On Thu, Jul 17, 2008 at 6:42 PM, Ryan McKinley [EMAIL PROTECTED] wrote: I'm trying to write a search component that queries another core. This pointed out that there is no way

Re: static access to multicore?

2008-07-17 Thread Henrib
previous questions about spellchecking on multiple fields ? Just wondering if spellchecking could be handled through a dedicated core... -- View this message in context: http://www.nabble.com/static-access-to-multicore--tp18508157p18513338.html Sent from the Solr - Dev mailing list archive at Nabble.com.

[jira] Updated: (SOLR-638) Allow static access to MultiCore

2008-07-17 Thread Noble Paul (JIRA)
static access to MultiCore Key: SOLR-638 URL: https://issues.apache.org/jira/browse/SOLR-638 Project: Solr Issue Type: Improvement Reporter: Ryan McKinley Assignee: Ryan McKinley