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

Reply via email to