[
https://issues.apache.org/jira/browse/LUCENE-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559492#comment-13559492
]
David vandendriessche commented on LUCENE-4043:
-----------------------------------------------
I got suggested to extend the Query class and return a Hash myself.
My query class contains:
@Override
public int hashCode() {
return q.toString().hashCode();
}
It seems to work now.
> Add scoring support for query time join
> ---------------------------------------
>
> Key: LUCENE-4043
> URL: https://issues.apache.org/jira/browse/LUCENE-4043
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/join
> Reporter: Martijn van Groningen
> Fix For: 4.0-ALPHA
>
> Attachments: LUCENE-4043.patch, LUCENE-4043.patch, LUCENE-4043.patch,
> LUCENE-4043.patch
>
>
> Have similar scoring for query time joining just like the index time block
> join (with the score mode).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]