You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2009/10/18 23:31:31 UTC

[jira] Commented: (LUCENE-1991) Similarity#score deprecated method - javadoc reference + SimilarityDelegator

    [ 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org