You should be able to use the same syntax as in Lucene.
-- Jack Krupansky
-----Original Message-----
From: Ivan Hrytsyuk
Sent: Monday, July 23, 2012 3:31 PM
To: solr-user@lucene.apache.org
Subject: How to specify query slop per field with edismax
Solr wiki page for ExtendedDisMax
(http://wiki.apache.org/solr/ExtendedDisMax) claims that it fully supports
LuceneQueryParser syntax.
With LuceneQueryParser I can specify: q=field1:"word1 word2"~1 OR
field2:"word1 word2"~500
How to achieve the same effect with edismax?
Regards, Ivan=