Yes. Just try it with &debugQuery=on and you can see the parsed form of the query.
Best Erick On Wed, Nov 2, 2011 at 6:20 PM, Jamie Johnson <jej2...@gmail.com> wrote: > Is it possible to do Proximity queries using edismax? I saw I could > do the following > > q="batman movie"&qs=100 > > but I wanted to be able to handle queries like "batman movie"~100 > > I know I can do > > text:"batman movie"~100 > > but I'm trying to do this without specifying a field. Is this possible? >