Changelog
0.7.2
Changelog
0.7.0
Changelog
0.6.0
lunr.generateStopWordFilter
for generating a stop word filter from a provided list of stop words.String.prototype.charAt
#186, thanks jkellerer.lunr.trimmer
to lunr.Pipeline.prototype.run
so that empty tokens do not enter the index, regardless of the trimmer being used #178, #177 and #174lunr.tokenizer
, fixes #102.Changelog
0.5.12
lunr.stopWordFilter
with an object instead of using lunr.SortedSet
#170, resulting in a performance boost for the text processing pipeline, thanks to Brian Vaughn.lunr.trimmer
does not introduce empty tokens into the index, #166, thanks to janeisklar