Re: Dismax, explicit phrase queries not on qf

2012-05-24 Thread Jack Krupansky
m queries. -- Jack Krupansky -Original Message- From: Markus Jelsma Sent: Thursday, May 24, 2012 8:53 AM To: solr-user@lucene.apache.org Subject: Dismax, explicit phrase queries not on qf Hi, With (e)dismax explicit phrase queries are executed on the qf fields. The qf field, however, may co

Dismax, explicit phrase queries not on qf

2012-05-24 Thread Markus Jelsma
Hi, With (e)dismax explicit phrase queries are executed on the qf fields. The qf field, however, may contain field(s) we don't want a phrase query for. How can we tell the dismax query parser to only do phrase queries (explicit or not) on the fields listed in the pf parameter. Thanks Markus