Thomas Wilkerling

Results 71 comments of Thomas Wilkerling

There is no linear search, the index contains of multiple blocks which will concatenated during search. The best option is to apply custom order on the result. Adding the score...

You can trust me, it is not a virus.

Yes it is supported. You will need to use contextual index by setting the `depth` value to `1`, also use tokenizer "strict".

For this purpose the suggestion feature is provided. The order in result is accordingly to the count of matched items. ```js index.search({ field: "content", query: "some query", limit: 100, suggest:...

This is now fixed in v0.7.23 Further improvements to provide Promise.all() compatible export ist coming in next version.

This is fixed in v0.7.23

I will update the docs shortly to show how to use extern stemmer library.

This is now fixed in v0.7.23

The result is included once per field. When matched in multiple field it is existing once per field.

There will be an update in the next version which returns promises instead of applying inline awaits.