Skip to content

Releases: xorgy/indexrs

v0.5.0 — Make more similar to other implementations.

22 Aug 19:00
Compare
Choose a tag to compare
Make behaviour and traits more similar to other implementations.

v0.4.0 — Fixes

26 Apr 14:49
Compare
Choose a tag to compare

Due to prior misapprehension about the String API, indexrs was not correctly handling multi-byte chars; that is now resolved and there are tests for those behaviours.

0.2.0 — Add MergeIndex

10 Apr 04:49
Compare
Choose a tag to compare

MergeIndex is functionally equivalent to InvertIndex, except that the top level datastructure maps from keys to n-grams, where InvertIndex maps from n-grams to keys. MergeIndex can be merged to create combination indices of fieldsets at runtime. Both InvertIndex and MergeIndex can be freely converted between eachother.

0.1.0 — Initial release

10 Apr 03:17
Compare
Choose a tag to compare

This is the initial release of indexrs, a simple, inefficient multi-language search index. I've never really written any Rust before so this is probably bad in some way that is obvious to you, but it might get better later... or never.