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: 1.5


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to