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

Using coord of one BooleanQuery as a multiplier for its siblings

2012-08-28 Thread pranshu sharma
m BQ2 is multiplied with coord for BQ1 (=2/3), than if it wasn't. Could you recommend how I go about implementing this idea? Thanks a lot! Pranshu