Hi . all. I has table Product (id, name, cat_id) Category (id, name); Select pro.id, pro.name, cat.name from Product as pro inner join Category as cat On cat.id = pro.cat_id
Now. In solr join core similar above http://localhost:8081/solr/product /select?q={!join+from=cat_id+to= id+fromIndex=category}name:* *&fl= * * Pls Help me.Thank a lot of -- View this message in context: http://lucene.472066.n3.nabble.com/Join-solr-multi-core-select-field-mixed-other-core-tp4132444.html Sent from the Solr - User mailing list archive at Nabble.com.