[
https://issues.apache.org/jira/browse/GEODE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365300#comment-15365300
]
ASF GitHub Bot commented on GEODE-11:
-------------------------------------
GitHub user aparnard opened a pull request:
https://github.com/apache/incubator-geode/pull/190
Feature/geode 11 gfsh commands
GEODE-11: Implementing GFSH command to list Lucene indexes
Added a GFSH command to list the Lucene indexes. Also added a dunit test
to verify this functionality. The org.springframework.shell.core.CommandMarker
file is required to register the Lucene commands in GFSH. The GFSH command to
list the Lucene indexes is implemented through the LuceneIndexCommands class
and the LuceneListIndexFunction class gets information about the Lucene indexes
from the cache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aparnard/incubator-geode
feature/GEODE-11-gfsh-commands
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/190.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #190
----
commit ef735dac52e042e19d9984aef83e2d2ab60791a6
Author: Dan Smith <[email protected]>
Date: 2016-07-01T17:45:04Z
GEODE-11: GFSH commands for Lucene
Signed-off-by: Aparna Dharmakkan <[email protected]>
commit dd6fa830269dffba3e2e4be819f69e68a9442338
Author: Aparna Dharmakkan <[email protected]>
Date: 2016-07-06T22:43:26Z
GEODE-11: Implementing GFSH command for listing lucene indexes.
Added the LuceneIndexCommands class that implements the list lucene index
functionality in GFSH and the LuceneListIndexFunction class
that gets the information about lucene indexes from the cache. Also added a
test to verify this functionality. The
org.springframework.shell.core.CommandMarker file is required to register
the lucene commands in GFSH.
Signed-off-by: Gester Zhou <[email protected]>
----
> 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)