17979: trunk/xapian-core/ trunk/xapian-core/backends/
olly <[email protected]>
| Newsgroups | gmane.comp.search.xapian.cvs |
|---|---|
| Message-ID | <[email protected]> |
SVN root: svn://svn.xapian.org/xapian Changes by: olly Revision: 17979 Date: 2014-05-01 14:26:26 +0100 (Thu, 01 May 2014) Log message (5 lines): backends/database.cc,backends/slowvaluelist.cc, backends/slowvaluelist.h: Don't wrap the subdatabase object in a Xapian::Database for SlowValueList, which mean we can just call open_document(did, true) on it instead of having to use Xapian::Database::get_document_lazily_(). Modified files: U trunk/xapian-core/ChangeLog U trunk/xapian-core/backends/database.cc U trunk/xapian-core/backends/slowvaluelist.cc U trunk/xapian-core/backends/slowvaluelist.h Links: http://xapian.org/C?17979 http://xapian.org/C?17979?trunk/xapian-core/ChangeLog http://xapian.org/C?17979?trunk/xapian-core/backends/database.cc http://xapian.org/C?17979?trunk/xapian-core/backends/slowvaluelist.cc http://xapian.org/C?17979?trunk/xapian-core/backends/slowvaluelist.h