Displaying 1 result from an estimated 1 matches for "bufsl".
Did you mean:
  bufs
  
2005 Jun 09
1
Query parser and stemming of norwegian letters
...lt;  stem.stem_word(_sXapian)<< endl;
       pqp->set_stemmer(stem);
       pqp->set_database(*_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