« Back Issue #375
  • 2012-06-22 16:27 Reported by administrator
  • 2012-06-22 16:30 Marked fixed
Status: Marked fixed
Priority: Medium

Separate out summary lookups from index bundle iterators

administrator 2012-06-22 16:27

Right now yioop iterates through postings and looks up docs at the same time on each queue_server. Each group iterator grabs about 200 docs and groups these and sends to phrase model. Typically, the phrase model only needs to return the top ten results. Ranking can be done without summary look-up. Also, after grouping a lookup might need to be done on a different queue_server. So the two things should be separated and speed optimized.

administrator 2012-06-22 16:30

Fixed by c937a147

X