[
https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587370#comment-16587370
]
Joel Bernstein edited comment on SOLR-12687 at 8/21/18 12:44 PM:
-----------------------------------------------------------------
Initial patch with implementations with four caching functions:
getCache: Returns a value from a cache given a workspace and key
putCache: Adds a value to a cache given a workspace, key and value
removeCache: Removes a value from a cache given a workspace and key
listCache: Lists the workspaces and values in a workspace
was (Author: joel.bernstein):
Initial patch with implementations with four caching functions:
getCache: Returns a value from a cache given a workspace and key
putCache: Adds a value to a cache given a workspace, key and value
removeCache: Removes a value from a cache given a workspace and key
listCache: Lists the workspaces and values in a workspace
> Add functions to cache data structures and mathematical models
> --------------------------------------------------------------
>
> Key: SOLR-12687
> URL: https://issues.apache.org/jira/browse/SOLR-12687
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Components: streaming expressions
> Reporter: Joel Bernstein
> Priority: Major
> Attachments: SOLR-12687.patch
>
>
> Currently when mathematical models and data structures are created with math
> expressions they must be used within the same expression. This ticket will
> create a set of functions that allow for caching of mathematical models and
> data structures for use in subsequent expressions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]