search for: myexpanddecid

Displaying 2 results from an estimated 2 matches for "myexpanddecid".

Did you mean: myexpanddecider
2007 Jun 14
1
relevance sets and stemmed terms
Hi List Is there a good way to generate search term suggestions meant for the user to see? I was thinking using the relevance set and expansion set stuff for this, but since these functions return a lot of Z-prefixed stemmed down versions of words, those results are not always suitable to be presented to the user. Cheers Alec
2007 Apr 20
1
ExpandDecider and MatchDecider operator() return type
...ge in 1.0. We'll have to skip deprecating the old way, but updating is easy (just change 'int' to 'bool') and any existing code which needs changing will give a pretty clear error, e.g. GCC 4.1 reports: error: conflicting return type specified for 'virtual int Xapian::MyExpandDecider::operator()(const std::string&) const' error: overriding 'virtual bool Xapian::ExpandDecider::operator()(const std::string&) const' Thoughts? Cheers, Olly