The export handler doesn't allow sorting by score at this time. It only supports sorting on fields. So the edismax qparser won't cxcurrently work with the export handler.
Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jul 26, 2018 at 5:52 PM, Tom Burton-West <tburt...@umich.edu> wrote: > Hello all, > > I am completely new to the export handler. > > Can the export handler be used with the edismax or dismax query handler? > > I tried using local params : > > q= _query_:"{!edismax qf='ocr^50000+allfields^1+titleProper^50' > mm='100%25' > tie='0.9' } art" > > which does not seem to be working. > > Tom >