#734 closed enhancement (fixed)
Returning MSet instead of sorted Docids after re-ranking
Reported by: | Ayush Tomar | Owned by: | Ayush Pandey |
---|---|---|---|
Priority: | normal | Milestone: | 1.5.0 |
Component: | Letor (Learning To Rank) | Version: | 1.4.0 |
Severity: | normal | Keywords: | letor mset |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
With reference to discussion on the mailing list under thread Letor: Returning MSet after re-ranking
Letor::letor_rank(*)
method returns a sorted vector vector<Xapian::docid>
. Ideally, it should return an MSet. This might require creating a swap
method for two MsetIterator
objects.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
Milestone: | → 1.5.0 |
---|
Note:
See TracTickets
for help on using tickets.
Setting milestone to the release this should debut in.