quickwit-oss / search-benchmark-game

Search engine benchmark (Tantivy, Lucene, PISA, ...)
https://tantivy-search.github.io/bench/
MIT License
78 stars 36 forks source link

What is meant by maxscore? #35

Closed LifeIsStrange closed 2 years ago

LifeIsStrange commented 2 years ago

The readme says:

Maxscore is not yet used in Top 10. It should give a nice boost once Lucene 8 is released.

I am a noob in search technologies but modern optimizations catch my curiosity so if anyone could expand about it that would be great!

Is maxscore used out of the box or require an explicit API (for lucene)? (if the former then it can be removed from the readme since the benchmark has been updated to Lucene 8 a long time ago) Also it seems that in fact, Lucene 8 superseded maxscore with a successor optimization? -> https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7148045/

fulmicoton commented 2 years ago

Sorry the readme was not up to date. Lucene's version was upgraded and Max score is used.