Ok. got it. thanks
Best Regards
Alexander Aristov
On 2 April 2012 16:37, Erick Erickson wrote:
> You can't set the default operator for a single field. This implies
> you're using edismax? If that's the case, your app layer can
> massage the query to something like
> term1 term2 term3 field_x:
You can't set the default operator for a single field. This implies
you're using edismax? If that's the case, your app layer can
massage the query to something like
term1 term2 term3 field_x:(term1 AND term2 AND term3). In which
case field_x probably should not be in your qf parameter.
Best
Erick