apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.74k stars 1.05k forks source link

DrillSidewaysScorer should utilize competitive iterators [LUCENE-10090] #11128

Open asfimport opened 3 years ago

asfimport commented 3 years ago

Unlike DefaultBulkScorer, DrillSidewaysScorer doesn't utilize the collective iterator capabilities that LeafCollector instances can optionally expose. We should see an improvement by intersecting with a competitive iterator in DSS.


Migrated from LUCENE-10090 by Greg Miller (@gsmiller), updated Nov 11 2021

asfimport commented 3 years ago

Shradha Shankar (migrated from JIRA)

Hi, I'm new to Lucene and want to begin working on issues to understand more about how Lucene works. I might require some ramp up time but I'd like to work on this issue if nobody else is. 

asfimport commented 3 years ago

Greg Miller (@gsmiller) (migrated from JIRA)

That's great Shradha Shankar ! I'm not working on this currently and don't think anyone else is either. Please let me know if you have any questions.

asfimport commented 3 years ago

Shradha Shankar (migrated from JIRA)

Great, thank you! Will pick this up.