Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make sure spelling corrections are encoded as UTF-8 | Louise Crow | 2015-05-28 | -1/+4 |
| | ||||
* | Handle unhelpful stemming | Gareth Rees | 2014-06-25 | -5/+32 |
| | | | | | | | Stemming returns 'bore' as the word to highlight which can't be matched in the original phrase. Also removes duplicates from the results | |||
* | Improve ActsAsXapian::Search#words_to_highlight | Gareth Rees | 2014-06-16 | -10/+21 |
| | | | | | | - Ignore stopwords - Use Stemming - Wrap words with regex for use in a highlighter (optional) | |||
* | Rename XXX comments with TODO: | Gareth Rees | 2014-06-10 | -9/+9 |
| | | | | Picks these up in `rake notes` and adds semantic meaning | |||
* | Make all WDTK references use HTTPS. | Matthew Somerville | 2014-01-30 | -1/+1 |
| | ||||
* | Move the acts_as_xapian generator into lib/generators | Mark Longair | 2013-11-29 | -28/+0 |
| | ||||
* | Move acts_as_xapian out of vendor/plugins | Mark Longair | 2013-11-29 | -0/+1373 |
This includes making making sure that xapiandbs directory is moved with this version of the code. |