17884: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/examples/ trunk/xapian-core/include/xapian/ trunk/xapian-core/matcher/ trunk/xapian-core/queryparser/ trunk/xapian-core/tests/
olly <[email protected]>
| Newsgroups | gmane.comp.search.xapian.cvs |
|---|---|
| Message-ID | <[email protected]> |
SVN root: svn://svn.xapian.org/xapian Changes by: olly Revision: 17884 Date: 2014-02-26 01:40:31 +0000 (Wed, 26 Feb 2014) Log message (6 lines): api/query.cc,api/queryinternal.cc,api/queryinternal.h, examples/quest.cc,include/xapian/query.h,matcher/Makefile.mk, matcher/maxpostlist.cc,matcher/maxpostlist.h, queryparser/queryparser.cc,tests/api_none.cc,tests/api_opsynonym.cc: Implement new OP_MAX query operator, which returns the maximum weight of any of its subqueries. (see #360) Modified files: U trunk/xapian-core/ChangeLog U trunk/xapian-core/api/query.cc U trunk/xapian-core/api/queryinternal.cc U trunk/xapian-core/api/queryinternal.h U trunk/xapian-core/examples/quest.cc U trunk/xapian-core/include/xapian/query.h U trunk/xapian-core/matcher/Makefile.mk A trunk/xapian-core/matcher/maxpostlist.cc A trunk/xapian-core/matcher/maxpostlist.h U trunk/xapian-core/queryparser/queryparser.cc U trunk/xapian-core/tests/api_none.cc U trunk/xapian-core/tests/api_opsynonym.cc Links: http://xapian.org/C?17884 http://xapian.org/C?17884?trunk/xapian-core/ChangeLog http://xapian.org/C?17884?trunk/xapian-core/api/query.cc http://xapian.org/C?17884?trunk/xapian-core/api/queryinternal.cc http://xapian.org/C?17884?trunk/xapian-core/api/queryinternal.h http://xapian.org/C?17884?trunk/xapian-core/examples/quest.cc http://xapian.org/C?17884?trunk/xapian-core/include/xapian/query.h http://xapian.org/C?17884?trunk/xapian-core/matcher/Makefile.mk http://xapian.org/C?17884?trunk/xapian-core/matcher/maxpostlist.cc?A http://xapian.org/C?17884?trunk/xapian-core/matcher/maxpostlist.h?A http://xapian.org/C?17884?trunk/xapian-core/queryparser/queryparser.cc http://xapian.org/C?17884?trunk/xapian-core/tests/api_none.cc http://xapian.org/C?17884?trunk/xapian-core/tests/api_opsynonym.cc