# Skip every n hits

**URL:** https://discuss.elastic.co/t/skip-every-n-hits/20200
**Category:** Elasticsearch
**Created:** [October 11, 2014, 1:44pm UTC](https://discuss.elastic.co/t/skip-every-n-hits/20200 "2014-10-11T13:44:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ted\_Smith](https://avatars.discourse-cdn.com/v4/letter/t/8dc957/32.png) [@Ted\_Smith](https://discuss.elastic.co/u/Ted_Smith)
#### Post date: [October 11, 2014, 1:44pm UTC](https://discuss.elastic.co/t/skip-every-n-hits/20200/1 "2014-10-11T13:44:10Z")

</div>

Hello:

My query would returns 10000 hits sorted. I'd like client app to only skip  
by 100 hits before retrieve next hit  
For examle, retrieve only 1st, 101th, 201th, 301th,... 901th, I'd like  
this to be done at server side  
so server will only return the needed hits, instead of return all 10000  
docs for client to check and skip.

Anyway to add server side "plugin" to handle this?

Thanks very much in advance.

--  
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).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/3d91cf44-8b76-416f-98e5-d4a9d56802c3%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/3d91cf44-8b76-416f-98e5-d4a9d56802c3%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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, 12:56am UTC](https://discuss.elastic.co/t/skip-every-n-hits/20200/2 "2017-07-06T00:56:45Z")

</div>


