Join queries for multiples SOLR cores not working in SOLR 4.3 -


as per threads is solr 4.0 capable of using 'join" multiple core?

and https://issues.apache.org/jira/browse/solr-2272

solr 4.x supports join across multiple cores. tried , not giving response.

details follows:

two cores:

  1. proposition { stockitemid , name }
  2. stocks { mc , counts }

here "mc" references "stockitemid"

my query:

{!join from=mc to=stockitemid fromindex=stocks}enter image description here

try using below code :

{!join from=mc to=stockitemid fromindex=stocks}*:*


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -