[Xapian-discuss] Queryparser problem..

Jesper Krogh jesper at krogh.cc
Sun Dec 9 07:16:17 GMT 2007


Hi list.

The queryparser in my setup is using strategy STEM_SOME which seem to 
give the best handling of the data in our setup.

But the queryparser doesn't really seem to be consistent.
doc:test
Running query 'Xapian::Query(ZDOCTYPEtest:(pos=1))'

Here it applies stemming to the term before running the query (Z-prefix)

doc:1234
Running query 'Xapian::Query(DOCTYPE1234:(pos=1))'

There it skips the stemming.

What is the reason for behaving different based on user-input?

Thanks.
-- 
Jesper



More information about the Xapian-discuss mailing list