You cannot disable coordination factor at query time at this moment so you need 
to change your Similarity in the schema. Easiest to do this is to set the 
SchemaSimilarityFactory. It defaults to TFIDF but without queryNorm and coord 
or use another similarity implementation. 
 
-----Original message-----
> From:jihyun suh <jhsuh.ourli...@gmail.com>
> Sent: Monday 4th November 2013 6:14
> To: solr-user@lucene.apache.org
> Subject: how can i disable coord?
> 
> I want to disable coord in bq.
> But eventhough I set the coordFactor=false just like
> .../select?q=...&coordFactor=false, it's not working...
> How can I disable coord? 
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/how-can-i-disable-coord-tp4099121.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 

Reply via email to