You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: