docs/deprecation.rst,include/xapian/queryparser.h,
commit52fb536c45d4e6097148203e5b7c38a2b3194f16
authorOlly Betts <olly@survex.com>
Sun, 3 May 2015 12:57:53 +0000 (4 00:57 +1200)
committerOlly Betts <olly@survex.com>
Sun, 3 May 2015 12:57:53 +0000 (4 00:57 +1200)
tree9337cf5e579f39b2af8a618423c8039b46270863
parent11250717e48da2d2c3fa86437c7670a8b8034d8b
docs/deprecation.rst,include/xapian/queryparser.h,
queryparser/queryparser.cc,queryparser/queryparser.lemony,
queryparser/queryparser_internal.h,tests/queryparsertest.cc:
Allow setting the expansion limits and types for wildcards
and partial terms in the QueryParser independently.  Partial
terms now default to the 100 most frequent matching terms.
Deprecate set_max_wildcard_expansion() in favour of new
set_max_expansion() method which can set expansion limits
for partial terms too.  Completes #608.
xapian-core/ChangeLog
xapian-core/docs/deprecation.rst
xapian-core/include/xapian/queryparser.h
xapian-core/queryparser/queryparser.cc
xapian-core/queryparser/queryparser.lemony
xapian-core/queryparser/queryparser_internal.h
xapian-core/tests/queryparsertest.cc