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

Response Size #1

Open
drewbo opened this issue Sep 24, 2014 · 1 comment
Open

Response Size #1

drewbo opened this issue Sep 24, 2014 · 1 comment

Comments

@drewbo
Copy link
Owner

drewbo commented Sep 24, 2014

Since we are using elasticsearch in ways it maybe wasn't intended, we see an interesting problem with response size. Generally it will only return 10 hits (or buckets of aggregation) for the query which is generally undesired for our purposes here.

I've been manually inserting "size": 300000 all over the place but there is probably a better solution.

@drewbo
Copy link
Owner Author

drewbo commented Sep 24, 2014

It's fairly obvious where to insert this in small queries but here is a reference for the GROUP BY statements: http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-bucket-terms-aggregation.html

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

No branches or pull requests

1 participant