Hey Joe, Riak Search operates via Distributed Solr, for which “join” is *still* not supported: https://issues.apache.org/jira/browse/LUCENE-3759 <https://issues.apache.org/jira/browse/LUCENE-3759>.
I’d recommend reading this LucidWorks post as well, related to “joins” and SolrCloud - https://support.lucidworks.com/hc/en-us/articles/201298257-Sharding-w-joins-SolrCloud-question <https://support.lucidworks.com/hc/en-us/articles/201298257-Sharding-w-joins-SolrCloud-question>. Thanks. Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | paperswelove.org twitter => @zeeshanlakhani > On Feb 8, 2016, at 2:36 PM, Joe Olson <[email protected]> wrote: > > I'm trying to get a Solr join query to work on our Riak KV cluster. > > The Solr join query is documented here: > > https://wiki.apache.org/solr/Join > > Using the example under the "Compared to SQL" heading, I am formatting my > http request to Riak as: > > curl "http://<cluster > IP>:8098/search/query/<riak-index>?wt=json&df=_yz_rk&fl=xxx,yyy&q={%21join+from=<inner_id>+to=<outer_id>}zzz:vvv" > | jsonpp > > The Riak listener will accept this query, but will return no documents. I've > verified each half of the query returns data when queried standalone using > the non-join notation. > > Is anyone currently using Solr localparms notation successfully in Riak KV? > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
