Github user karensmolermiller commented on a diff in the pull request:
https://github.com/apache/geode/pull/419#discussion_r105277380
--- 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 |
+| <span class="keyword parmname">\\-\\-region</span> | *Required.*
Name and path of the region in which the lucene index exists |
--- End diff --
Capitalize 'Lucene?'
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---