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

Reply via email to