[
https://issues.apache.org/jira/browse/LUCENE-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767134#action_12767134
]
Uwe Schindler commented on LUCENE-1991:
---------------------------------------
This is indeed somehow wired. I'll fix.
> Similarity#score deprecated method - javadoc reference + SimilarityDelegator
> ----------------------------------------------------------------------------
>
> Key: LUCENE-1991
> URL: https://issues.apache.org/jira/browse/LUCENE-1991
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Kay Kay
> Attachments: LUCENE-1991.patch
>
>
> Old method
> public float scorePayload(String fieldName, byte [] payload, int offset,
> int length)
> has been deprecated by -
> public float scorePayload(int docId, String fieldName, int start, int end,
> byte [] payload, int offset, int length)
> References in PayLoadNearQuery (javadoc) changed.
> Also - SimilarityDelegator overrides the new method as opposed to the
> (deprecated) old one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]