Ticket #350: Add-set_max_wildcard_expansion-method-to-the-queryparser-perl-updated.patch
File Add-set_max_wildcard_expansion-method-to-the-queryparser-perl-updated.patch, 824 bytes (added by , 14 years ago) |
---|
-
Xapian/QueryParser.pm
166 166 167 167 If there were no corrections, an empty string is returned. 168 168 169 =item set_max_wildcard_expansion <max> 170 171 If the queryparser expands a wildcard to more than max terms, an 172 exception will be thrown. 173 174 =cut 175 169 176 =back 170 177 171 178 =head1 REFERENCE -
XS/QueryParser.xs
49 49 CODE: 50 50 THIS->set_database(*database); 51 51 52 void 53 QueryParser::set_max_wildcard_expansion(termcount limit) 54 52 55 Query * 53 56 QueryParser::parse_query(q, flags = QueryParser::FLAG_DEFAULT) 54 57 string q