[Xapian-discuss] Stemming and field prefixes
Olly Betts
olly at survex.com
Tue Mar 27 13:56:05 BST 2007
On Mon, Mar 26, 2007 at 10:18:56PM -0700, Mark Blythe wrote:
> Is there a reason that QueryParser does not stem any field-prefixed terms
> (like title:singing) even with the stemming strategy to STEM_ALL?
It does for me. I used:
qp.add_prefix("title", "XT");
And query.get_description() gave:
Xapian::Query(XTsing:(pos=1))
Can you post a sample which demonstrates your problem?
Cheers,
Olly
More information about the Xapian-discuss
mailing list