Hello-

I'm looking for a way to find all the links from a set of results.  Consider:

<doc>
 id:1
 type:X
 link:a
 link:b
</doc>

<doc>
 id:2
 type:X
 link:a
 link:c
</doc>

<doc>
 id:3
 type:Y
 link:a
</doc>

Is there a way to search for all the links from stuff of type X -- in
this case (a,b,c)

If I'm understanding the {!join stuff, it lets you search on the
children, but i don't really see how to limit the parent values.

Am I missing something, or is this a further extension to the JoinQParser?


thanks
ryan

Reply via email to