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

Fielded searches with Solr ExtendedDisMax Query Parser

2012-06-06 Thread Nicolò Martini
tax including boolean operators 'AND', 'OR', 'NOT', '+' and '-', fielded search, term boosting, fuzzy..." This problem is really annoying me because I would like to do compelx boolean and fielded queries even with the edismax parser. Do you know