Closed
Bug 685079
Opened 14 years ago
Closed 14 years ago
Create a default search filter that optimizes all available filters/facets to show the best default result set
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P1)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 1.0
People
(Reporter: dbuchner, Assigned: aschaar)
References
Details
In my mind this is essentially a default "smart filter". It is basically a broad filter that auto-balances all existing filter/facets settings to return the most relevant, highest quality results. This should the filter that we activate by default in the UI.
I envision this being a check box, that when checked, presets the following facets and filters to the optimal settings:
Activity - Total # of updates in ratio to the running average of update recency.
Usage - Total number of copies or add-ons that depend on the package in ratio to age of the package.
Developer Clout - number of total add-ons or libraries the author has ever created, total number of total copies or dependents the author has amassed across all their packages, all in ratio to their running average of interaction across all their packages.
If this sounds complex, I don't blame you, but I think if we nail this, the best will rise organically to the top of the stack.
Feel free to as for specifics on any of the contributing facets/filters included above.
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → smcarthur
Priority: -- → P1
Target Milestone: --- → Builder 1.0
Comment 1•14 years ago
|
||
Something else that ElasticSearch has is the ability to boost score based on some arbitrary value.
For instance, we can increase the "_boost" for all addons as they're indexed by the number of times copied, or size in byes, or whatever. It wouldn't filter out the other results like the filters do, it would just adjust the search results so that certain addons/libs rank higher for an existing term.
Updated•14 years ago
|
Assignee: smcarthur → aschaar
| Assignee | ||
Comment 2•14 years ago
|
||
Sorting basically ensures that the best results come to the top. When doing keyword searchs it sorts by 'score' Otherwise it sorts by activity by default.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•