search for: norwegianxapian

Displaying 1 result from an estimated 1 matches for "norwegianxapian".

2005 Jun 09
1
Query parser and stemming of norwegian letters
...abase(*_pdatabase); pqp->set_default_op(Query::OP_AND); //Set the enquire Query p=pqp->parse_query(_sXapian); cout << " Query " << string(bufSL) << p.get_description() << endl; --- gives the follwing output DEBUG h?y Query norwegianXapian::Query((ha:(pos=1) AND y:(pos=2))) the ? is unicode c3b8 Why does the queryparser produce something different than a direct stemmer call ? Best regards, IB