[
https://issues.apache.org/jira/browse/GEODE-5047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nabarun updated GEODE-5047:
---------------------------
Issue Type: Sub-task (was: Bug)
Parent: GEODE-3924
> Modify gfsh command 'list Lucene index' to list status of re-indexing.
> ----------------------------------------------------------------------
>
> Key: GEODE-5047
> URL: https://issues.apache.org/jira/browse/GEODE-5047
> Project: Geode
> Issue Type: Sub-task
> Components: docs, lucene
> Reporter: nabarun
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> As a GemFire developer, I want to use gfsh to check if the Lucene index
> creation has completed successfully using the 'list lucene indexes' and
> 'describe lucene index' commands.
> Acceptance criteria:
> When I use gfsh to add a new Lucene index to an existing region with data, I
> can check its status using 'list lucene index':
> * If indexing is in progress, the list command will display this
> * If indexing is complete, the list command will display this and I can
> execute a Lucene search.
> h2. Implementation ideas
> Check for completed file. If not present, status is 'initializing'. Once
> re-indexing is complete, status changes to 'initialized'.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)