bleroy / lunr-core

A port of LUNR.js to .NET Core
MIT License
565 stars 24 forks source link

Allow position information to make it to the index #6

Closed bleroy closed 4 years ago

bleroy commented 4 years ago

Fixes #5 Don't assume metadata is populated Stemmer must make a clone of the token, metadata included Also rename whitelist to allowlist

Not done: ensuring this correctly serializes and deserializes once in the index (doing this next)