PayloadTermQuery refers to a deprecated documentation for redirection 
----------------------------------------------------------------------

                 Key: LUCENE-1928
                 URL: https://issues.apache.org/jira/browse/LUCENE-1928
             Project: Lucene - Java
          Issue Type: Bug
          Components: Javadocs
            Reporter: Kay Kay
         Attachments: LUCENE-1928.patch

When PayloadTermQuery refers to the function for scoring Similarity - it refers 
to override the deprecated method - 

Similarity#scorePayload(String, byte[],int,int) . 

That method has been deprecated by  Similarity#scorePayload(int, String, int, 
int, byte[],int,int) . 


This javadoc patch addresses the class level javadoc for the class to provide 
the right signature in Similarity to be overridden. 

-- 
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