0

As per the threads Is Solr 4.0 capable of using 'join" for multiple core?

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

SOLR 4.x supports join across multiple cores. We tried it and its not giving any response.

Details are as 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

Community
  • 1
  • 1
Amrit
  • 433
  • 3
  • 19
  • next time, do blur out the ip from google chrome tab title too, or dont include opened tabs in snapshot! – MYK Aug 18 '14 at 07:49

1 Answers1

2

Try using the below code :

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

suneel oleti
  • 160
  • 1
  • 11