: What am I doing wrong?
: query:
: 
http://localhost:8080/solr/Profiles/elevate?q=gangnam+style&fl=*,[elevated]&wt=xml&start=0&rows=100&enableElevation=true&forceElevation=true&df=text&qt=edismax&debugQuery=true

You've shown up the configs you are using, and the query you executed, and 
you've said that you see evidence of the QueryElevationComponent working 
according to the debug score explanation -- but you haven't shown us the 
actaul response of your sample query so we can understand what exactly you 
are getting in response.

w/o that it's hard to understand what you are seeing and make any guesses 
as to what might be going wrong.

Can you please show us the response of that example query -- and if that 
example response doesn't include the doc from your elevate.xml, can you 
change the exampl (increase rows or whatever) so that it does so we can 
see evidence that it's really in your index and not getting elevated?

: Here's my config:
:   <searchComponent name="elevator" class="solr.QueryElevationComponent" >
:     
:     <str name="queryFieldType">text_general</str>
:     <str name="config-file">elevate.xml</str>
:   </searchComponent>
: 
:   
:   <requestHandler name="/elevate" class="solr.SearchHandler" startup="lazy">
:     <lst name="defaults">
:       <str name="echoParams">explicit</str>
:      <str name="df">text</str> 
:     </lst>
:     <arr name="last-components">
:       <str>elevator</str>
:     </arr>
:   </requestHandler>
: elevate.xml
: <elevate>
:  <query text="gangnam style">
:   <doc
: 
id="https://server/profiles/html/profileView.do?key=ec6de388-fb7a-4397-9ed5-51760e4333d3";
: />    
:  </query>
:  
: </elevate>
: 
: 
: 
: 
: --
: View this message in context: 
http://lucene.472066.n3.nabble.com/QueryElevationComponent-results-only-show-up-with-debug-true-tp4087531.html
: Sent from the Solr - User mailing list archive at Nabble.com.
: 

-Hoss

Reply via email to