Displaying 1 result from an estimated 1 matches for "termprocessor".
2007 Oct 19
1
Re: [Xapian-commits] 9476: trunk/xapian-core/ trunk/xapian-core/include/xapian/ trunk/xapian-core/queryparser/ trunk/xapian-core/tests/
...the 
combination of option A with "1" and option B with "2", but my thinking 
was that we could later add further parameters to add_prefix() 
specifying how the term generation should be done.  Probably, this would 
simply involve adding a single extra parameter holding a "TermProcessor" 
class, which would generate a term, (or possibly a query), from a piece 
of text.  There would be default TermProcessor classes which followed 
option "1" or option "2" above, and the user would be free to define 
further such classes.
Now, it's reasonable to argue,...