olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.87k stars 546 forks source link

How to create index with metadata in TypeScript? #494

Closed rosenk closed 3 years ago

rosenk commented 3 years ago

I'm tring to recreate this example: token-meta-data in Typescript. The problem is that code like this:

token.metadata['tokenLength'] = token.toString().length

is not allowed. Please help.

rosenk commented 3 years ago

closing