[ https://issues.apache.org/jira/browse/GEODE-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903911#comment-15903911 ]
ASF GitHub Bot commented on GEODE-2592: --------------------------------------- Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/419#discussion_r105277324 --- Diff: geode-docs/tools_modules/gfsh/command-pages/describe.html.md.erb --- @@ -233,6 +237,48 @@ PDX Serialization Meta-Data Stored : No ``` +## <a id="describe_lucene_index" class="no-quick-link"></a>describe lucene index + +Describe a lucene index. + +See also [create lucene index](create.html#create_lucene_index), [destroy lucene index](destroy.html#destroy_lucene_index), [list lucene indexes](list.html#list_lucene_indexes) and [search lucene](search.html#search_lucene). + +**Availability:** Online. You must be connected in `gfsh` to a JMX Manager member to use this command. + +**Syntax:** + +``` pre +describe lucene index --name=value --region=value +``` + +| Name | Description | +|----------------------------------------------------|------------------------------------------------------------------------------| +| <span class="keyword parmname">\\-\\-name</span> | *Required.* Name of the lucene index to describe | --- End diff -- Capitalize 'Lucene?' > Document Lucene-related gfsh commands > ------------------------------------- > > Key: GEODE-2592 > URL: https://issues.apache.org/jira/browse/GEODE-2592 > Project: Geode > Issue Type: New Feature > Components: docs > Reporter: Dave Barnes > Assignee: Dave Barnes > > Add five new Lucene-related gfsh commands to the gfsh command reference pages: > create lucene index, describe lucene index, destroy lucene index, list lucene > indexes, search lucene. -- This message was sent by Atlassian JIRA (v6.3.15#6346)