Hi,

Thanks Chris, but actually, it turns out that "query text" from elevate.xml
has to match the query (q=...). So in this case, elevation works only for
http://localhost:8080/solr/elevate?q=brain, but not for
http://localhost:8080/solr/elevate?q=indexingabstract:brain type of queries. 
This could be solved by using DisMax query parser
(http://localhost:8080/solr/elevate?q=brain&qf=indexingabstract&defType=dismax),
but we have way more complicated queries which cannot be reduced just to
q=searchterm&...

Can anything be done about that without modifying QueryElevationComponent
class?

Thanks,
Igor

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problems-with-elevation-component-configuration-tp3993204p3994595.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to