You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2014/03/16 06:01:52 UTC

[jira] [Updated] (SOLR-1518) ValueSource/DocValues returning multiple values per document

     [ https://issues.apache.org/jira/browse/SOLR-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley updated SOLR-1518:
-------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> ValueSource/DocValues returning multiple values per document 
> -------------------------------------------------------------
>
>                 Key: SOLR-1518
>                 URL: https://issues.apache.org/jira/browse/SOLR-1518
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 4.8
>
>
> There are times when it would be nice to be able to deal with multiple values for functions per a single document.  This would require adding array returns to DocValues, as in:
> {code}
> public byte [] byteVal(int doc)
> public short [] shortVal(int doc)
> ...
> {code}
> Note, I think we should add the signatures, not change the existing ones.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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