: I'm trying to do a query with a select in another.
I'm not 100% sure i understand your question, but i think you want take a
look at the "join" feature...
http://wiki.apache.org/solr/Join
-Hoss
t;
> $ids = select?q=*:* AND id_user=5&fl=id_other;
> $result = select?q=test AND -id(implode(' AND ', $ids))
>
> Thanks!
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://lucene
ave to do two separates selects?
$ids = select?q=*:* AND id_user=5&fl=id_other;
$result = select?q=test AND -id(implode(' AND ', $ids))
Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Select-where-in-select-tp3999545.html
Sent from the Solr - User mailing list archive at Nabble.com.