aboutsummaryrefslogtreecommitdiffstats
path: root/lib/acts_as_xapian
Commit message (Collapse)AuthorAgeLines
* Make sure spelling corrections are encoded as UTF-8Louise Crow2015-05-28-1/+4
|
* Handle unhelpful stemmingGareth Rees2014-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_highlightGareth Rees2014-06-16-10/+21
| | | | | | - Ignore stopwords - Use Stemming - Wrap words with regex for use in a highlighter (optional)
* Rename XXX comments with TODO:Gareth Rees2014-06-10-9/+9
| | | | Picks these up in `rake notes` and adds semantic meaning
* Make all WDTK references use HTTPS.Matthew Somerville2014-01-30-1/+1
|
* Move the acts_as_xapian generator into lib/generatorsMark Longair2013-11-29-28/+0
|
* Move acts_as_xapian out of vendor/pluginsMark Longair2013-11-29-0/+1373
This includes making making sure that xapiandbs directory is moved with this version of the code.