Changes between Version 13 and Version 15 of Ticket #181
- Timestamp:
- 12/07/09 12:08:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #181
- Property Priority normal → high
-
Ticket #181 – Description
v13 v15 5 5 - Database::alldocs_begin() - no longer uses the termlist. 6 6 - Database::get_doclength() - uses the document lengths stored in the postlist. 7 - Determining the percentage scores when the top document doesn't match all the query terms no longer uses the termlist (was #363). 7 8 8 9 Things which currently use it: 9 10 10 - Determining the percentage scores when the top document doesn't match all the query terms (see #363). 11 - Enquire::matching_terms_begin() - we could record this information during the match, though it might be hard to do without a speed penalty. 12 - WritableDatabase::delete_document() - we could allow this with inexact statistics like how lucene does (#388). 13 - WritableDatabase::replace_document() if the document exists already (again, possible with inexact statistics). 11 14 12 Things which wouldn't work:15 Things which just wouldn't work: 13 16 14 - WritableDatabase::delete_document()15 - WritableDatabase::replace_document() if the document exists already.16 17 - Database::termlist_begin() 17 18 - Document::termlist_begin()