Hi, Well, if I understand correctly, only the search term is important for elevation, not the query.
Anyway, we ended up modifying QueryElevationComponent class, extracting the search term from the query using regex. After that, it turned out that elevation doesn't work with grouped results, so we had to separate sorting for groups and non-groups in prepare() method of the same class. That was not the end of problems, because we need to show elevated results with a different styling, so we upgraded to Solr4 and now it seems to be working as expected. -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-with-elevation-component-configuration-tp3993204p3995692.html Sent from the Solr - User mailing list archive at Nabble.com.