Skip to content

v0.4.0

Compare
Choose a tag to compare
@proycon proycon released this 27 Mar 19:16
· 692 commits to master since this release

This release is ready for experimentation, but not for production use yet. The API hasn't stabilized yet.

  • reimplemented search_text() to return results in textual order and implemented support for disallowing overlapping results
  • reimplemented utf8byte_to_charpos to be more efficient (using byte2charmap index now)
  • changed passing Config , required in more places (and with ownership)
  • renamed from_str() to from_json()
  • adding method positionindex_len() to TextResource