You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Houston Putman (JIRA)" <ji...@apache.org> on 2015/07/06 21:44:04 UTC

[jira] [Created] (SOLR-7761) Adding functionality to FunctionValues to support filling external MutableValues and having multiple ValueFillers.

Houston Putman created SOLR-7761:
------------------------------------

             Summary: Adding functionality to FunctionValues to support filling external MutableValues and having multiple ValueFillers.
                 Key: SOLR-7761
                 URL: https://issues.apache.org/jira/browse/SOLR-7761
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 4.10.4
            Reporter: Houston Putman
            Priority: Minor


This is mostly a Lucene change that affects some Solr code, so I made the issue here. If the issue needs to also be made in Lucene, that can be done. 

Overall this adds the functionality to FunctionValues so that they can fill a given MutableValue. This allows functions that have an input and output of the same type, like IF, to have generic ValueSources without the need for individual sources for every type. This change also gives the ability to make ValueFillers for given MutableValues. Therefore MutableValues don't need to be created for every ValueFiller and can be re-used. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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