Re: Using coord of one BooleanQuery as a multiplier for its siblings

2012-09-13 Thread pranshu
Any ideas on this? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Using-coord-of-one-BooleanQuery-as-a-multiplier-for-its-siblings-tp4003736p4007675.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: Using coord of one BooleanQuery as a multiplier for its siblings

2012-09-07 Thread pranshu
Ah yes, that is what I meant by coord = 1. Coord is disabled for BQ0 and BQ2. -- View this message in context: http://lucene.472066.n3.nabble.com/Using-coord-of-one-BooleanQuery-as-a-multiplier-for-its-siblings-tp4003736p4006220.html Sent from the Lucene - Java Users mailing list archive at Nab

Re: Using coord of one BooleanQuery as a multiplier for its siblings

2012-08-29 Thread Robert Muir
On Mon, Aug 27, 2012 at 8:31 PM, pranshu sharma wrote: > Hi there, > > I had a question about migrating the coord value one level up. My current > query structure has a root BooleanQuery with a bunch of nested BooleanQuery > children: one of these looks for all terms in the query issued, and I wan