[ https://issues.apache.org/jira/browse/GEODE-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832552#comment-15832552 ]
ASF subversion and git services commented on GEODE-2273: -------------------------------------------------------- Commit edae4abf4def82fd3827a1bd0b7b688b2145294a in geode's branch refs/heads/feature/GEODE-1930-2 from [~nnag] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=edae4ab ] GEODE-2273: Server name is displayed in lucene index stats. * In gfsh while listing Lucene index stats, it will now display where the indexes are hosted. > Display the server name while listing the Lucene index stats > ------------------------------------------------------------ > > Key: GEODE-2273 > URL: https://issues.apache.org/jira/browse/GEODE-2273 > Project: Geode > Issue Type: Bug > Components: lucene > Reporter: nabarun > Assignee: nabarun > Fix For: 1.1.0 > > > Display the server's name hosting the Lucene indexes while listing the Lucene > index stats in gfsh. > Currently we can't distinguish between the listed pairs. > {noformat} > -------------------- > gfsh>list lucene indexes --with-stats > Index Name | Region Path | Indexed Fields | Field > Analyzer | Status | Query Executions | Updates | Commits | Documents > ----------------- | ----------- | -------------------------------- | > -------------- | ----------- | ---------------- | ------- | ------- | > --------- > customerRegionAll | /customer | [lastUpdateDateTime, displayNa.. | {} > | Initialized | 0 | 0 | 0 | 0 > customerRegionAll | /customer | [lastUpdateDateTime, displayNa.. | {} > | Initialized | 0 | 0 | 0 | 0 > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)