>
> 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*.
When you pass qf parameter, edismax query searches all the fields mentioned
in that parameter. df comes into picture when you don't pass qf or you
No, *f.a.qf=a^3* is not a solution as I get the parsing error: "Field
aliases lead to a cycle"
2013/1/6 Juan Miguel Cejuela
> 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
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