Re: question about solrCloud joining

2019-08-23 Thread Mikhail Khludnev
Raised https://issues.apache.org/jira/browse/SOLR-13716 On Wed, Aug 21, 2019 at 10:37 AM Lisheng Wang wrote: > Hi Mikhail, > > okay. > > below is 2 requests: > > both are select from "movieDirectors" collection join "movies" collection > which has 2 shards. > > > http://localhost:8983/solr/mov

Re: question about solrCloud joining

2019-08-21 Thread Mikhail Khludnev
I'm not sure, but it might be an issue. It make sense to add negative test and assert the exception at https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/cloud/DistribJoinFromCollectionTest.java On Wed, Aug 21, 2019 at 10:37 AM Lisheng Wang wrote: > Hi Mikhail,

Re: question about solrCloud joining

2019-08-21 Thread Lisheng Wang
Hi Mikhail, okay. below is 2 requests: both are select from "movieDirectors" collection join "movies" collection which has 2 shards. http://localhost:8983/solr/movieDirectors/select?fq=%7B!join%20from%3Ddirector_id%20fromIndex%3Dmovies%20to%3Did%7Dtitle%3A%22Dunkirk%22&q=*%3A* http://localhost

Re: question about solrCloud joining

2019-08-21 Thread Mikhail Khludnev
Ok. Still hard to follow. Can you clarify which collection you run these queries on? Collection name (url segment before /select) is more significant than any port (jvm) identity. On Wed, Aug 21, 2019 at 5:14 AM Lisheng Wang wrote: > Hi Mikhail > > Thanks for your response, but question is not

Re: question about solrCloud joining

2019-08-20 Thread Lisheng Wang
Hi Mikhail Thanks for your response, but question is not related to "title:Get Out", maybe i did not describe clearly. I knew solrCloud joining is not working in index which is splited to multiple shards. but why i run "*{!join from=director_id fromIndex=movies to=id}title:"Dunkirk"*" on 8984 (

Re: question about solrCloud joining

2019-08-20 Thread Mikhail Khludnev
Hello, Lisheng. I barely follow, but couldn't the space symbol in "title:Get Out" cause the problem ? Check debugQuery and nested query in local param. On Tue, Aug 20, 2019 at 6:35 PM Lisheng Wang wrote: > Hi Erick > > Thanks for your quick response and remaining me about attachment issue. > >

Re: question about solrCloud joining

2019-08-20 Thread Lisheng Wang
Hi Erick Thanks for your quick response and remaining me about attachment issue. Yes, i run on 2 different jvms that not related to if they are on same machine or not. let me describe my scenario, i have two collection: i start 2 nodes on my laptop on 2 different JVM, ports are 8983 and 8984.

Re: question about solrCloud joining

2019-08-20 Thread Erick Erickson
None of your images came through, the mail server aggressively strips attachments. You’ll have to put them somewhere and provide a link. Given that, I’m guessing without much data so this may be totally misguided. You mention ports 8984 and 8984. Assuming those are two different Solr JVMs, the