Mercurial > p > roundup > code
diff CHANGES.txt @ 5108:67fad01d2009
issue2550653: xapian search, stemming is not working
This is a partial fix for the issue. It does make stemming work
(so searching for silent will also return docs with silently in
them). However to do this we need to lowercase the text so the
porter stemmer will work. This means capitalization is not
preserved.
Tests in test/test_indexer for xapian backend all pass.
David Wolever (wolever) did the work.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Jun 2016 22:10:45 -0400 |
| parents | ca3e56590fcd |
| children | 8901cc4ef0e0 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 27 18:50:39 2016 -0400 +++ b/CHANGES.txt Mon Jun 27 22:10:45 2016 -0400 @@ -169,7 +169,14 @@ the same exact nosy list. Fixed a missing reinitialization that has to occur every time though the loop in do_set. Manual tests work. (John Rouillard) - +- issue2550653: xapian search, stemming is not working + This is a partial fix for the issue. It does make stemming work + (so searching for silent will also return docs with silently in + them). However to do this we need to lowercase the text so the + porter stemmer will work. This means capitalization is not + preserved. Fix done by David Wolever (wolever). Committed and doc + updates John Rouillard. + 2016-01-11: 1.5.1 Pay attention:
