Re: Block Join Parent Query across children docs

2014-04-07 Thread mertens
> http://localhost:8983/solr/select?p_filt=type_s:parent&q=*:*&fq={!parent%20which=$p_filt}search_t:item2&fq={!parent%20which=$p_filt}search_t:item1&fq=-{!parent%20which=$p_filt}search_t:item3 > > > > > > > > > > q = *:* > > > p_filt

Re: Block Join Parent Query across children docs

2014-04-07 Thread Mikhail Khludnev
; fq = {!parent which=$p_filt}search_t:item1 > > fq = -{!parent which=$p_filt}search_t:item3 > > > > > > -Hoss > > http://www.lucidworks.com/ > > > > > > -- > > If you reply to this email, your message will be added

Re: Block Join Parent Query across children docs

2014-04-07 Thread mertens
fq = {!parent which=$p_filt}search_t:item1 > fq = -{!parent which=$p_filt}search_t:item3 > > > -Hoss > http://www.lucidworks.com/ > > > -------------- > If you reply to this email, your message will be added to the discussion > below: > > http://

Re: Block Join Parent Query across children docs

2014-04-02 Thread Chris Hostetter
: Thanks for your response. Here is an example of what I'm trying to do. If I : had the following documents: what you are attempting is fairly trivial -- you want to query for all parent documents, then kapply 3 filters: * parent of a child matching item1 * parent of a child matching item2 *

Re: Block Join Parent Query across children docs

2014-04-02 Thread mertens
that my result document set satisfies my criteria. Neither of > these > > solutions sounds very attractive to me. Does anyone else have any advice > or > > recommendations for this scenario? > > > > Thanks, > > Luke > > > > > > > > -- > >

Re: Block Join Parent Query across children docs

2014-03-29 Thread Mikhail Khludnev
nts with partial matches for each user and then manually > verify that my result document set satisfies my criteria. Neither of these > solutions sounds very attractive to me. Does anyone else have any advice or > recommendations for this scenario? > > Thanks, > Luke > > &g

Block Join Parent Query across children docs

2014-03-28 Thread mertens
satisfies my criteria. Neither of these solutions sounds very attractive to me. Does anyone else have any advice or recommendations for this scenario? Thanks, Luke -- View this message in context: http://lucene.472066.n3.nabble.com/Block-Join-Parent-Query-across-children-docs-tp4127637.html