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

State Aggregations seem to be cut off #16

Closed
JeffreyMFarley opened this issue Jul 19, 2017 · 0 comments
Closed

State Aggregations seem to be cut off #16

JeffreyMFarley opened this issue Jul 19, 2017 · 0 comments
Assignees
Labels

Comments

@JeffreyMFarley
Copy link
Contributor

When I search with state=WY, I get 166 matches, but aggregations.state does not list WY as one of the buckets.

Is this aggregation being limited? Notice sum_other_doc_count

  "aggregations": {
    ... snip ...
    "state": {
      "doc_count": 166148,
      "state": {
        "buckets": [
          {
            "doc_count": 23505,
            "key": "CA"
          },
          {
            "doc_count": 15105,
            "key": "FL"
          },
          {
            "doc_count": 14685,
            "key": "TX"
          },
          ... snip ...
          {
            "doc_count": 245,
            "key": "SD"
          },
          {
            "doc_count": 204,
            "key": "VT"
          },
          {
            "doc_count": 193,
            "key": "ND"
          }
        ],
        "doc_count_error_upper_bound": 0,
        "sum_other_doc_count": 597
      }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants