Is it possible to do query elevation based on field?
Basically, I would like to search the same term on three different fields: q=field1:term OR field2:term OR field3:term and I would like to sort the results by fourth field sort=field4+asc However, I would like to elevate all of field1 matches to be at the beginning, with those matches sorted ascending and the rest of the field2 and field3 matches sorted ascending. Is this possible? Thanks.