tonellotto / terrier-micro

An efficient layer to perform query processing on top of Terrier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does ScoredResultSet need to make a copy() of the TopQueue? Why not just consume it.

cmacdonald opened this issue · comments

I think it would be good to comment why the copy is needed

This was an experimental feature added for other projects, namely to get a "state" of query processing. I will remove the deep copy boilerplate, or comment it out.