You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2018/08/21 12:45:00 UTC

[jira] [Commented] (SOLR-12687) Add functions to cache data structures and mathematical models

    [ https://issues.apache.org/jira/browse/SOLR-12687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587370#comment-16587370 ] 

Joel Bernstein commented on SOLR-12687:
---------------------------------------

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org