You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Gabriele Kahlout (JIRA)" <ji...@apache.org> on 2011/05/14 23:39:47 UTC

[jira] [Created] (SOLR-2517) Use varargs for Field(String name, byte[] value)

Use varargs for Field(String name, byte[] value)
------------------------------------------------

                 Key: SOLR-2517
                 URL: https://issues.apache.org/jira/browse/SOLR-2517
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 3.1
            Reporter: Gabriele Kahlout
            Priority: Trivial


Really trivial that it might not be worth the attention of an issue, but since searcher.getSimilarity().encodeNormValue(..) returns a byte instead of a byte[] it becomes handy (or is there extra info that needs to be put in the array?).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2517) Use varargs for Field(String name, byte[] value)

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

Gabriele Kahlout updated SOLR-2517:
-----------------------------------

    Attachment: SOLR-2517.patch

> Use varargs for Field(String name, byte[] value)
> ------------------------------------------------
>
>                 Key: SOLR-2517
>                 URL: https://issues.apache.org/jira/browse/SOLR-2517
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Gabriele Kahlout
>            Priority: Trivial
>         Attachments: SOLR-2517.patch
>
>
> Really trivial that it might not be worth the attention of an issue, but since searcher.getSimilarity().encodeNormValue(..) returns a byte instead of a byte[] it becomes handy (or is there extra info that needs to be put in the array?).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org