CottageLabs / idfind

An identifier identifier
1 stars 0 forks source link

ordering tests by accuracy score when retrieving from index #30

Closed emanuil-tolev closed 12 years ago

emanuil-tolev commented 12 years ago

I don't actually know how to code this, so suggestions welcome (before I get to this issue and delve into the ES docs to see how to do it).

Basically order by accuracy score generated from user feedback, higher is better (so descending order).

Would also be useful if /browse could offer an option for people to see tests sorted 1. alphabetically and 2. by this score

emanuil-tolev commented 12 years ago

Commit e5aff61ace5bd1f55e444d0a5f60da910b6b3cea means tests are now sorted by feedback from users (#12).

Users say whether a test worked or not, basically. The more people say a test worked, the earlier it will be tried by the identification engine when trying to identify new identifiers.