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:
- proposition { stockitemid , name }
- stocks { mc , counts }
here "mc" references "stockitemid"
my query:
{!join from=mc to=stockitemid fromindex=stocks}
try using below code :
{!join from=mc to=stockitemid fromindex=stocks}*:*
Comments
Post a Comment