Re: Solr Join with multiple query parameters

2011-09-01 Thread Chris Hostetter
: http://localhost:8983/solr/core0/select?q={!join%20from=matchset_id_ss%20to=id}*:*fq=status_s:completed : : I get filtered results of documents that are completed. The issue I am now : trying to face is how do I filter the initial search of documents based on : multiple conditions and then

Solr Join with multiple query parameters

2011-08-21 Thread Cameron Hurst
Hi all, I am trying to use the Join feature in SOLR trunk with limited sucess. I am able to make simple searches and get the returns of documents as expected. A query such a follows works perfectly fine and as expected: