You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2009/09/26 00:32:16 UTC

[jira] Created: (LUCENE-1928) PayloadTermQuery refers to a deprecated documentation for redirection

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


[jira] Assigned: (LUCENE-1928) PayloadTermQuery refers to a deprecated documentation for redirection

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless reassigned LUCENE-1928:
------------------------------------------

    Assignee: Michael McCandless

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


[jira] Updated: (LUCENE-1928) PayloadTermQuery refers to a deprecated documentation for redirection

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kay Kay updated LUCENE-1928:
----------------------------

    Attachment: LUCENE-1928.patch

PayloadTermQuery , reference to deprecated javadoc 

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


[jira] Updated: (LUCENE-1928) PayloadTermQuery refers to a deprecated documentation for redirection

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1928) PayloadTermQuery refers to a deprecated documentation for redirection

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1928.
----------------------------------------

    Resolution: Fixed

Thanks Kay!

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