Closed Bug 947723 Opened 11 years ago Closed 10 years ago

add classifiers to Super Search

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lars, Assigned: adrian)

Details

the era of programmatic crashes crash tagging is here.  The processor currently implements adding two tagging "facets" to processed crashes: "skunk_works" and "support".  We ought to allow these facets to be searched/discovered using Super Search.  

Here's the form of classifiers in the processed crash json:

{ ...
    'classifications': {
        'skunk_works': {
            'classification': 'SomeSkunkClassification',
            'classification': 'extra data about the classification',
            'classification_version': 'some version number of the classifier'
        },
        'support': {
            'classification': 'SomeSupportClassification',
            'classification': 'extra data about the classification',
            'classification_version': 'some version number of the classifier'
        },
    }
}

There will be more classifiers in the future.  They'll all likely follow that form.  My guess is the first enhancement will be allowing the 'classification' key to be a list instead of a single value.
``support_classification`` and ``skunk_classification`` have been added to stage and production master lists of fields. They are now accessible through Super Search!

Example: https://crash-stats.mozilla.com/search/?product=Firefox&support_classification=bitguard&_facets=support_classification&_facets=skunk_classification
Status: NEW → RESOLVED
Closed: 10 years ago
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.