Releases: olastor/picosearch
Releases · olastor/picosearch
v1.0.0
Create v1 release from core feature set.
v0.5.2
- internal ids are now generated deterministically
v0.5.1
- added parallel loading of source documents (instead of sequential) to speed up search
v0.5.0
- added tests
- changed some interface names
- refactored tokenizer/analyzer
- added mapping validation and key flattening
- added snippet feature
- fixed highlighting
v0.4.0
- 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
- added
highlightQueryInDocs()
function
- improved code structure
- improved documentation
- added release automation