[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to