Re: Parent child relationship, where children aren't nested but separate (like elasticsearch)

2016-11-17 Thread Dorian Hoxha
It's not mentioned on that page, but I'm assuming the join should work on solrcloud when joining the same collection with the same routing (example: users and user_events both routed by user_id (and joining on user_id)) On Thu, Nov 17, 2016 at 10:23 AM, Alexandre Rafalovitch wrote: > You want j

Re: Parent child relationship, where children aren't nested but separate (like elasticsearch)

2016-11-17 Thread Alexandre Rafalovitch
You want just the usual join (not the block-join). That's the way it was before nested documents became supported. https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-JoinQueryParser Also, Elasticsearch - as far as I remember - stores the original document structure (includ

Re: Parent-Child relationship

2012-05-04 Thread Erick Erickson
See: https://issues.apache.org/jira/browse/LUCENE-3759 No time-frame mentioned though. Best Erick On Fri, May 4, 2012 at 4:20 AM, tamanjit.bin...@yahoo.co.in wrote: > Hi, > As per my understanding the join is confined to a single core only and it is > not possible to have joins between docs of

Re: Parent-Child relationship

2012-05-04 Thread tamanjit.bin...@yahoo.co.in
Hi, As per my understanding the join is confined to a single core only and it is not possible to have joins between docs of different cores. Am I correct here? If yes, is there a possibility of having joins across cores anytime soon? -- View this message in context: http://lucene.472066.n3.nabble

Re: Parent-Child relationship

2012-05-03 Thread Erick Erickson
Right. See: http://lucene.apache.org/core/old_versioned_docs/versions/3_4_0/api/contrib-join/org/apache/lucene/search/join/package-summary.html I guess "refinement" wasn't a good word choice. The basic join stuff has been in Solr for a while (2272), but 3076 refers to exposing functionality that

Re: Parent-Child relationship

2012-05-03 Thread Mikhail Khludnev
Erick, Generally I agree, but could you please expand your definition "is refinement". What does it mean? I suggested SOLR-3076, because "index time" has been mention. On Thu, May 3, 2012 at 5:35 PM, Erick Erickson wrote: > Solr join has been implemented for quite some time, see: > https://issu

Re: Parent-Child relationship

2012-05-03 Thread Erick Erickson
Solr join has been implemented for quite some time, see: https://issues.apache.org/jira/browse/SOLR-2272 but only on trunk. 3076 is a refinement as I understand it. FWIW Erick On Thu, May 3, 2012 at 3:01 AM, Mikhail Khludnev wrote: > Hello, > > Here is my favorite ones: > http://blog.mikemccand

Re: Parent-Child relationship

2012-05-03 Thread Mikhail Khludnev
Hello, Here is my favorite ones: http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html https://issues.apache.org/jira/browse/SOLR-3076 On Thu, May 3, 2012 at 10:17 AM, tamanjit.bin...@yahoo.co.in < tamanjit.bin...@yahoo.co.in> wrote: > Hi, > I just wanted to get some info