Hi, I have the following exemplified parameters in my edismax query:
qf=a^3 x^2 y^1 f.var.qf=x^2 y^1 df=var When I do a query without specifying the field, I would expect to search on the alias *var* but it searches on all those fields defined in *qf*. Is this the expected behavior? I don't see it documented. Otherwise, how can I set different scores to parameters while keeping an independent *df*? Like the following? f.a.qf=a^3 f.var.qf=x^2 y^1 df=var Thanks for your help. -- Juan Miguel Cejuela