# Rescorer - java api

**URL:** https://discuss.elastic.co/t/rescorer-java-api/12873
**Category:** Elasticsearch
**Created:** [July 21, 2013, 12:02pm UTC](https://discuss.elastic.co/t/rescorer-java-api/12873 "2013-07-21T12:02:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![my3sons](https://avatars.discourse-cdn.com/v4/letter/m/e274bd/32.png) [@my3sons](https://discuss.elastic.co/u/my3sons)
#### Post date: [July 21, 2013, 12:02pm UTC](https://discuss.elastic.co/t/rescorer-java-api/12873/1 "2013-07-21T12:02:51Z")

</div>

Hello,

Has anyone implemented the new rescorer (recore top-k results) capability  
using the java api? There is nothing in the documentation yet related to  
that and I searched through the source code for some test examples but was  
not able to find anything related to the rescorer (other than the classes  
themselves). Any guidance one can provide is greatly appreciated as I am  
excited to implement this given the results I have observed so far using  
the REST API and the rescorer.

Thanks!

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![my3sons](https://avatars.discourse-cdn.com/v4/letter/m/e274bd/32.png) [@my3sons](https://discuss.elastic.co/u/my3sons)
#### Post date: [July 21, 2013, 8:27pm UTC](https://discuss.elastic.co/t/rescorer-java-api/12873/2 "2013-07-21T20:27:14Z")

</div>

never mind, I was looking in the wrong place ☹ I found the test code.

---

<div class="post-metadata">

### Author: ![my3sons](https://avatars.discourse-cdn.com/v4/letter/m/e274bd/32.png) [@my3sons](https://discuss.elastic.co/u/my3sons)
#### Post date: [July 21, 2013, 10:45pm UTC](https://discuss.elastic.co/t/rescorer-java-api/12873/3 "2013-07-21T22:45:09Z")

</div>

for anyone that is using phrase based queries today, I HIGHLY recommend you check out the "rescorer" capability in 0.90, it totally rocks!!! The performance lift it provides is dramatic to say the least.

Good work ES Team!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:25am UTC](https://discuss.elastic.co/t/rescorer-java-api/12873/4 "2017-07-06T02:25:19Z")

</div>


