Skip to content

prioritize based on user popularity #11

@yawkat

Description

@yawkat
<Addax> change it then. And have it bubble the more popular classes and packages to the top of the list! ... do you have any datastores involved? What about a link to the github project?
<yawkat> i load from maven central
<yawkat> "popular" is unfortunately difficult to do without breaking my other search criteria - right now i sort by simple name length, then qualified length, then alphabetically
<yawkat> if i sort by popularity it will either break searching for Stream (InputStream will show first) or it will not have a big effect
<Addax> People hit InputStream more than others?
<yawkat> well no, but it's used more
<Addax> I was referring to the number of clicks
<yawkat> ahh
<Addax> not the number of occurrences
<Addax> (and it'd be scaled: you wouldn't use "the number of clicks" but "clicks/75" or whatever, so a class would have to be selected a lot to get ranked higher
<yawkat> not sure how easy it is to make mixed prioritization like that, will note down though
<yawkat> maybe i can do it for the top 1k classes or something

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions