You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Zhang, Lisheng" <Li...@BroadVision.com> on 2013/08/05 20:42:47 UTC

Searching on multiple cores using MultiSearcher

Hi,
 
At lucene level we have MultiSearcher to search a few cores at the same time with same query,
at solr level can we perform such search (if using same config/schema)? Here I donot mean to
search across shards of the same collection but independent collections?
 
Thanks very much for helps, Lisheng