Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a maximum page number #5

Open
sylvinus opened this issue Feb 19, 2016 · 2 comments
Open

Add a maximum page number #5

sylvinus opened this issue Feb 19, 2016 · 2 comments

Comments

@sylvinus
Copy link
Contributor

Due to the nature of the distributed index, it becomes increasingly difficult to fetch results as the page number grows.

Probably for this reason, Google seems to limit queries to 300-400 results. Also, there's a good argument that nobody may be willing to go much further.

With the current default of 25 results per page, should we add a maximum page number of 20 ?

@JBaba
Copy link
Contributor

JBaba commented Apr 6, 2016

Good argument that nobody may be willing to go much further.

I think adding maximum page number to 20 makes more sense.

@wumpus
Copy link

wumpus commented Jul 12, 2016

Google has a max of 300-400 results because of the way they do queries: each shard only returns a couple of candidate answers. All web-scale indexes are done that way, with lots of shards. Only a few % of searches go to the 2nd page, although I think 80% of people doing searches occasionally go to the 2nd page. The faction of non-robots that go to deep pages is vanishingly small. I don't think there's any reason to go beyond 50 results, especially if you think your robot defenses are weak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants