Re: Fielded searches with Solr ExtendedDisMax Query Parser

2012-06-06 Thread Nicolò Martini
apache.org/jira/browse/SOLR-3377 > > So, > > q=(field2:ciao) > > becomes: > > q=( field2:ciao) > > -- Jack Krupansky > > -Original Message- From: Nicolò Martini > Sent: Wednesday, June 06, 2012 8:35 AM > To: solr-user@lucene.apache.org > Sub

Re: Fielded searches with Solr ExtendedDisMax Query Parser

2012-06-06 Thread Jack Krupansky
: Wednesday, June 06, 2012 8:35 AM To: solr-user@lucene.apache.org Subject: Fielded searches with Solr ExtendedDisMax Query Parser Hi all, I'm having a problem using the Solr ExtendedDisMax Query Parser with query that contains fielded searches inside not-plain queries. The case is the following.

Fielded searches with Solr ExtendedDisMax Query Parser

2012-06-06 Thread Nicolò Martini
Hi all, I'm having a problem using the Solr ExtendedDisMax Query Parser with query that contains fielded searches inside not-plain queries. The case is the following. If I send to SOLR an edismax request (defType=edismax) with parameters 1. qf=field1^10 2. q=field2:ciao 3. debugQuery=on (for