On Feb 10, 2010, at 8:46 PM, Jason Chaffee wrote: > 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?
Not out of the box, but you may be able to modify the QueryElevationComponent to do it.