Re: Determining core name from a result?

2010-12-17 Thread Lance Norskog
core name from a result? FYI: some people may be confused because of terminoligy -- i think what you are asking is how to know which *shard* a document came from when doing a distributed search. This isn't currently supported, there is an open issue tracking it... https://issues.apache.org

Determining core name from a result?

2010-12-16 Thread Mark Allan
Hi all, I've been bashing my head against the wall for a few hours now, trying to get mlt (more-like-this) queries working across multiple cores. I've since seen a JIRA issue and documentation saying that multicore doesn't yet support mlt queries. Oops! Anyway, to get around this, I was

Re: Determining core name from a result?

2010-12-16 Thread Grant Ingersoll
How are you querying the core to begin with? On Dec 16, 2010, at 6:46 AM, Mark Allan wrote: Hi all, I've been bashing my head against the wall for a few hours now, trying to get mlt (more-like-this) queries working across multiple cores. I've since seen a JIRA issue and documentation

Re: Determining core name from a result?

2010-12-16 Thread Mark Allan
Hi Grant, Thanks for your reply. I'm using solrj to connect via http, which eventually sends this query

Re: Determining core name from a result?

2010-12-16 Thread Chris Hostetter
: Subject: Determining core name from a result? FYI: some people may be confused because of terminoligy -- i think what you are asking is how to know which *shard* a document came from when doing a distributed search. This isn't currently supported, there is an open issue tracking

Re: Determining core name from a result?

2010-12-16 Thread Mark Allan
not supported yet. I guess the easiest thing for me to do right now is to add another field in each document saying which core it was inserted into. Thanks again Mark On 16 Dec 2010, at 3:46 pm, Chris Hostetter wrote: : Subject: Determining core name from a result? FYI: some people may