[Xapian-discuss] searching with wildcards for special fields

James Aylett james-xapian at tartarus.org
Wed Nov 16 12:55:34 GMT 2011


On 15 Nov 2011, at 21:20, Olly Betts wrote:

>> "query = xapian.Query(xapian.Query.OP_PHRASE, part1, part2)", how
>> can i add the /100 to that?
> 
> You can't do the equivalent in C++ - i.e. this won't compile:
> 
> Xapian::Query query(Xapian::query::OP_PHRASE, "part1", "part2", 100);


Ah, I was confused by the (op_, qbegin, qend, parameter) constructor.

J

-- 
 James Aylett
 talktorex.co.uk - xapian.org - devfort.com




More information about the Xapian-discuss mailing list