Hi All,

i have to achieve static boost in solr. To apply static boosting i have
already gone through the link
http://wiki.apache.org/solr/QueryElevationComponent . i did in same way as
mentioned in this link even then boosting is not working.. don't know why.

My elevate.xml looks like:

<elevate>

 <query text="ge learning">
  <doc id="2687"/>
 </query>
 
 <query text="energy">
  <doc id="74" exclude="true"/>
</query>

</elevate>

solrconfig.xml file also having entry for elevate.xml file.

i am looking for the result from solr UI with url:
http://localhost:8983/solr/#/collection1/query
Also i have used &enableElevation=true&forceElevation=true in the url but no
success.

Please tell me whether i am missing anything or is it correct way to achieve
boost through elevate.xml file

<http://lucene.472066.n3.nabble.com/file/n4169049/solrBoost.png> 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/boosting-not-working-in-solr-tp4169049.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to