This file contains highlights of what changes on each version of the bountyhunter package.
- update logging package and cargo package to the latest version on pub
- provide async and sync methods for feedDoc on the hunter class.
- update cargo dependency
- introduce stemming, with the porter stemmer implemenation
- fix term normalization
- adding normalizers to the hunter
- improve scoring
- make bounty hunter jsonable
- refactor code to work on the client
- ranking algorithm to score the bounties the hunter is searching for
- fix refeeding, clean postings of the docId in the index
- adding stop word configuration
- adding Bounty class to it
- initial setup of the project!