Re: two cores but have single result set in solr

2011-09-24 Thread Erick Erickson
I think you should step back and consider what you're asking for as Ken pointed out. You have different schemas. And presumably different documents in each schema. The scores from the different cores are NOT comparable. So how could you "combine" the meaningfully? Further, assuming that the documen

Re: two cores but have single result set in solr

2011-09-24 Thread hadi
I read the link but the 'http://localhost:8983/solr/select?shards=localhost:8983/solr,localhost:7574/solr&indent=true&q=ipod+solr' have a XML response that is not useful for me, i want to create query in solr/browse so this is need to change the template engine,do you know how to change that to sea

Re: two cores but have single result set in solr

2011-09-24 Thread Yury Kats
On 9/24/2011 3:09 AM, hadi wrote: > I do not know how to search both cores and not define "shard" > parameter,could you show me some solutions for solve my issue? See this: http://wiki.apache.org/solr/DistributedSearch

Re: two cores but have single result set in solr

2011-09-24 Thread hadi
I do not know how to search both cores and not define "shard" parameter,could you show me some solutions for solve my issue? On 9/24/11, Yury Kats [via Lucene] wrote: > > > On 9/23/2011 6:00 PM, hadi wrote: >> I index my files with solrj and crawl my sites with nutch 1.3 ,as you >> know, i have t

Re: two cores but have single result set in solr

2011-09-23 Thread Yury Kats
On 9/23/2011 6:00 PM, hadi wrote: > I index my files with solrj and crawl my sites with nutch 1.3 ,as you > know, i have to overwrite the nutch schema on solr schema in order to > have view the result in solr/browse, in this case i should define two > cores,but i want have single result or the user

Re: two cores but have single result set in solr

2011-09-23 Thread hadi
I index my files with solrj and crawl my sites with nutch 1.3 ,as you know, i have to overwrite the nutch schema on solr schema in order to have view the result in solr/browse, in this case i should define two cores,but i want have single result or the user can search into both core indexes at the

Re: two cores but have single result set in solr

2011-09-23 Thread Ken Krugler
On Sep 23, 2011, at 2:03pm, hadi wrote: > I have to cores with seprate schema and index but i want to have single > result set in solr/browse, If they have different schemas, how would you combine results from the two? If they have the same schemas, then you can define a third core with a diff