[
https://issues.apache.org/jira/browse/GEODE-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048061#comment-17048061
]
ASF subversion and git services commented on GEODE-7771:
--------------------------------------------------------
Commit 51a0c65f95ac465db1f9703a6a8055730c65e828 in geode's branch
refs/heads/feature/GEODE-7682 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
> Fix For: 1.13.0
>
> 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)