[ https://issues.apache.org/jira/browse/LUCENE-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kay Kay updated LUCENE-1928: ---------------------------- Fix Version/s: 3.0 Affects Version/s: 2.9 > 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 > Affects Versions: 2.9 > Reporter: Kay Kay > Fix For: 3.0 > > 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