Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "Join" page has been changed by OtisGospodnetic:
http://wiki.apache.org/solr/Join?action=diff&rev1=5&rev2=6

  
  = Examples =
  
- In the example data, product all documents have a unique "id" field, but 
documents modeling products also have a "manu_id_s" which is essentially a 
"foreign key" to the "id" of the associated manufacturer doc.
+ In the example data, all documents have a unique "id" field, but documents 
modeling products also have a "manu_id_s" which is essentially a "foreign key" 
to the "id" of the associated manufacturer doc.
  
   * Find all product docs matching "ipod", then join them against 
(manufacturer) docs and return the list of manufactures that make those products
     * http://localhost:8983/solr/select?q={!join+from=manu_id_s+to=id}ipod

Reply via email to