[
https://issues.apache.org/jira/browse/GEODE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355919#comment-15355919
]
ASF subversion and git services commented on GEODE-11:
------------------------------------------------------
Commit 63ce3c0f4828f4af11e6c354d228c42ea0226b49 in incubator-geode's branch
refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=63ce3c0 ]
GEODE-11: Cleaning up old IndexRepositoryImpls when buckets move
When a bucket is moved, we leave the IndexRepositoryImpl open. But even
after the bucket moves back, we just dereference the old
IndexRepositoryImpl without closing it. We should make sure we always
invoke close on the IndexRepositoryImpl to clean up any resources the
IndexWriter is using.
> Lucene Integration
> ------------------
>
> Key: GEODE-11
> URL: https://issues.apache.org/jira/browse/GEODE-11
> Project: Geode
> Issue Type: New Feature
> Components: querying
> Reporter: Dan Smith
> Assignee: xiaojian zhou
>
> This is a feature that has been under development for GemFire but was not
> part of the initial drop of code for geode.
> Allow Lucene indexes to be stored in Geode regions allowing users to do text
> searches on data stored in Geode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)