Closed Bug 1177605 Opened 9 years ago Closed 9 years ago

[Super Search] Expose sub-aggregations on the signature field

Categories

(Socorro Graveyard :: Middleware, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: adrian, Assigned: adrian)

References

Details

In working on a prototype of top crashers using Super Search, I figured since we are now using ES 1.4, we could use the new aggregations. So I want to expose a simple subset of those aggregations, limited to signature as the top-level aggregation. 

URL param: _aggs.signature (list of fields)
Returns: 
{
    'facets': {
        'field_name': [
            {
                'term': 'foo',
                'count': 12,
                'facets': {
                    'field_name': [
                        {
                            'term': 'bar',
                            'count': 10
                        }
                    ]
                }
            }
        ]
    }
}
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/1c06eab09d48a53b5ecc38a539c87dfd04deeeac
Fixes bug 1177605 - Added sub aggregations for signature facets. r=peterbe
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/f5a09b8fcef3d0f7c5516050de22e922c1d41e71
Revert "Fixes bug 1177605 - Added sub aggregations for signature facets. r=peterbe"

This reverts commit 1c06eab09d48a53b5ecc38a539c87dfd04deeeac.

https://github.com/mozilla/socorro/commit/97d0c4f02c12fd590ace14220364054ad3090d7a
Merge pull request #2885 from lonnen/revert-1c06eab09d48a53b5ecc38a539c87dfd04deeeac

Revert "Fixes bug 1177605 - Added sub aggregations for signature face…
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/d01d9314be5d91f3d5957ba41e2199e666e2388c
Revert "Revert "Fixes bug 1177605 - Added sub aggregations for signature face…"

https://github.com/mozilla/socorro/commit/28f04c4016022294183ef175f84eec19853ed655
Merge pull request #2886 from mozilla/revert-2885-revert-1c06eab09d48a53b5ecc38a539c87dfd04deeeac

1. Rebort! Fixes bug 1177605 - Added sub aggregations for signat…
Blocks: 1184173
Product: Socorro → Socorro Graveyard
You need to log in before you can comment on or make changes to this bug.