Skip to content

Releases: quantleaf/probly-search

2.0.1

03 Jul 07:14
dd06d04
Compare
Choose a tag to compare

What's Changed

  • Clamp document_frequency in bm25 score before_each(). by @tmpfs in #25

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Feb 09:23
6d891c4
Compare
Choose a tag to compare

What's Changed

  • Update hashbrown dependency by @tmpfs in #23

Full Changelog: 2.0.0-alpha-2...2.0.0

Stable release

Release of 2.0.0 after a period of alpha testing

2.0.0-alpha-2

05 Jan 12:23
8d215e4
Compare
Choose a tag to compare
  • Breaking: Field extractors are now multi-value typed by default. i.e, resolved value is a Vec of values rather than Some value

2.0.0-alpha-1

12 Aug 11:34
1b80161
Compare
Choose a tag to compare
  • Breaking change: add_document_to_index now accepts documents as references rather than values. The Tokenizer and Filter type now returns slices rather than owned strings

1.2.4

07 Aug 17:38
Compare
Choose a tag to compare
  • Improved zero-to-one scoring
  • Optimization in indexing

1.2.3

02 Aug 17:19
b04f11f
Compare
Choose a tag to compare
  • Bugfix: Zero-To-One scoring, prevent scoring surpassing 1

1.1.3

02 Aug 05:44
Compare
Choose a tag to compare
  • Performance improvement by representing index with arena instread of smart pointers

1.1.2

25 Jun 08:44
Compare
Choose a tag to compare
  • Performance improved by using Mutex instead of RwLock for tree nodes
  • Benchmarks

1.1.1

11 Jun 17:32
Compare
Choose a tag to compare
  • Bug fix, empty tokens from tokenizer causing panic

1.1.0

10 Jun 15:59
Compare
Choose a tag to compare
  • Thread safe with Arc/RwLock index