http://localhost:8081/solr/products/select?q={!join+from=category_id+to=category_id
fromIndex=categories v=$vk}*:*&vk=(sort= category_name+desc)

products( id, name, category_id);
categories( category_id, category_name)

order by desc|asc category_name





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Join-solr-tp4132615p4132631.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to