Skip to content

Releases: olastor/picosearch

v1.0.0

29 Jul 09:08
Compare
Choose a tag to compare

Create v1 release from core feature set.

v0.5.2

11 Mar 16:07
Compare
Choose a tag to compare
  • internal ids are now generated deterministically

v0.5.1

11 Mar 10:52
Compare
Choose a tag to compare
  • added parallel loading of source documents (instead of sequential) to speed up search

v0.5.0

10 Mar 20:31
Compare
Choose a tag to compare
  • added tests
  • changed some interface names
  • refactored tokenizer/analyzer
  • added mapping validation and key flattening
  • added snippet feature
  • fixed highlighting

v0.4.0

26 Feb 17:09
Compare
Choose a tag to compare
  • refactored function for indexing and querying
  • refactored options and analyzer
  • refactored structure
  • continued on unfinished field implementations
  • refactored search algorithm to use bm25f
  • added support for filtering
  • added support for fuzzy matching
  • added use of Trie data structure
  • added some untested code and introduced some new bugs

v0.3.0

05 Feb 14:50
Compare
Choose a tag to compare
  • added highlightQueryInDocs() function
  • improved code structure
  • improved documentation
  • added release automation