[
https://issues.apache.org/jira/browse/LUCENE-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6244:
---------------------------------
Attachment: LUCENE-6244.patch
You're absolutely right... New patch:
- freqs are computed lazily again
- pass needsScores=false to the prohibited clause of the ReqExcl scorer
- I made TestApproximationSearchEquivalence more evil by also checking that
scores are the same if you compute them through the scorer of the approximation
(ie. advancing the approximation, calling "matches()" and then "score()" on the
Scorer)
> Approximations on disjunctions
> ------------------------------
>
> Key: LUCENE-6244
> URL: https://issues.apache.org/jira/browse/LUCENE-6244
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Fix For: Trunk, 5.1
>
> Attachments: LUCENE-6244.patch, LUCENE-6244.patch, LUCENE-6244.patch,
> wikibig.tasks
>
>
> Like we just did on exact phrases and conjunctions, we should also support
> approximations on disjunctions in order to apply "matches()" lazily.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]