Github user shebiki commented on the pull request:
https://github.com/apache/lucene-solr/pull/40#issuecomment-37405412
Robert: Great, is there anything I can do to help better prep the commit
(db57c80) for that?
mkhludenv (your first name is not on your Github profile page):
Interesting. There is only one Scorer and 3 tests in Lucene/Solr that took
advantage of Scorer.getWeight() and bunches of code that had to pass through a
weight or null to Scorer's constructor. I assume the custom queries that you
mention can not just use the same approach I used when tweaking
ToParentBlockJoinQuery (00740d6)? This works because the Scorer is trying to
get to the Query from the Weight that created it. Do your custom queries try to
access Query objects from Scorers that they didn't create? If so would you mind
sharing a little more information about how you wire that up? I'd love to
understand your use case better.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]