[Xapian-discuss] email adress, searching for

Ivar Bratberg ivar at imaker.no
Thu Apr 14 15:04:43 BST 2005


Hello, I try to search for an e-mail,
ex. sales at mysql.com
But using queryparser

    qp.set_stemming_options("english");
    qp.set_database(*pdatabase);
    qp.set_default_op(Query::OP_AND);

query p=qp.parse_query(" \"\"sales at mysql.com\"\".")

cout << p.get_description
still gives
Query Xapian::Query((sale:(pos=1) PHRASE 3 mysql:(pos=2) PHRASE 3 
com:(pos=3))

I doesn't see the email as one item
 ?????
Best regards,
Ivar Bratberg



More information about the Xapian-discuss mailing list