Re: Querying multicore

2008-09-24 Thread Erik Hatcher
Quite possible to do cross-core querying in a custom request handler (or search component). Distributed search is one example of this, but I have encountered applications being architected with cross-core querying in other ways as well. Erik On Sep 24, 2008, at 2:38 PM, Jérôme E

Querying multicore

2008-09-24 Thread Jérôme Etévé
Hi everyone, I'm planning to use the multicore cause it seems more convenient than having multiple instances of solr in the same container. I'm wondering if it's possible to query different cores ( hence different schemas / searchers ... indices !) from a customized SolrRequestHandler to buil