Re: Disabling Coord on Solr queries

2011-07-29 Thread Chris Hostetter
: I am looking for the simplest way to disable coord in Solr queries. I have : found out Lucene allows this by construction of a BooleanQuery with : diableCoord=false: : public *BooleanQuery*(boolean disableCoord) : : Is there any way to activate this functionality directly from a Solr query? N

Disabling Coord on Solr queries

2011-07-21 Thread Ran Peled
I am looking for the simplest way to disable coord in Solr queries. I have found out Lucene allows this by construction of a BooleanQuery with diableCoord=false: public *BooleanQuery*(boolean disableCoord) Is there any way to activate this functionality directly from a Solr query? Thanks, Ran