- Experimental support for languages via NLTK, currently supported languages are arabic, danish, dutch, english, finnish, french, german, hungarian, italian, norwegian, portuguese, romanian, russian, spanish and swedish. Note compatibility with Lunr.js and lunr-languages is reduced.
0.1.2
Not secure
- Add serialization tests passing serialized index from Python to JS and producing same results. - Added `Index.create_query` returning a preinitialized `Query` with the index's fields or a subset of them. - `Index.search` does not accept a callback function, instead expects a `Query` object the user should preconfigure first. - Various docstring and repr changes.