You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/28 07:49:00 UTC

[jira] [Commented] (GEODE-7771) LuceneQueryFunction.getLuceneIndex should be passed in the Cache

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

ASF subversion and git services commented on GEODE-7771:
--------------------------------------------------------

Commit 51a0c65f95ac465db1f9703a6a8055730c65e828 in geode's branch refs/heads/develop from mkevo
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=51a0c65 ]

GEODE-7771: change getting cache in getLuceneIndex (#4702)

* GEODE-7771: change getting cache in getLuceneIndex

* simplify test


> LuceneQueryFunction.getLuceneIndex should be passed in the Cache
> ----------------------------------------------------------------
>
>                 Key: GEODE-7771
>                 URL: https://issues.apache.org/jira/browse/GEODE-7771
>             Project: Geode
>          Issue Type: Task
>          Components: lucene
>            Reporter: Jason Huynh
>            Assignee: Mario Kevo
>            Priority: Major
>              Labels: beginner, newb, pull-request-available, starter
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the getLuceneIndex method is grabbing a reference of the cache through the region.getCache()  (deprecated for some reason) method.  We can probably just pass in the cache from the caller (the function context has a getCache() method that can be used instead).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)