tantivy-py icon indicating copy to clipboard operation
tantivy-py copied to clipboard

Field Boost

Open tem-code opened this issue 1 year ago • 3 comments

I can see a contributor has already done work on exposing the field boost features. Is there a plan to add that to a release?

tem-code avatar Mar 26 '24 16:03 tem-code

Field boosting was recently added in this pull request: https://github.com/quickwit-oss/tantivy-py/pull/202

It has not yet been added to the documentation.

cjrh avatar Mar 26 '24 21:03 cjrh

Awesome, I was able to pip install and it works. I was initially confused because the python export/types file did not have those arguments. This is a very cool project!

tem-code avatar Mar 29 '24 13:03 tem-code

@tem-code Please don't be shy to make a PR to fix he types file 😉

cjrh avatar Mar 29 '24 16:03 cjrh