Run one search across multiple scorers/collectors [LUCENE-5429]
Open
legacy-jira-priority:Major
type:enhancement
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
I'm looking into the possibility of running the same search across many scorers, so that decoding postings lists / doing union and intersect are done once, but scoring via Similarity can be done multiple times for each it (and the results collected into separate collectors).
---
Migrated from [LUCENE-5429](https://issues.apache.org/jira/browse/LUCENE-5429) by Michael McCandless (@mikemccand), 1 vote, updated Mar 12 2014
Attachments: [LUCENE-5429.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-5429/LUCENE-5429.patch) (versions: 3)
Contributor guide
Assessment
This issue has not been assessed yet.