Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/419#discussion_r105276623 --- Diff: geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb --- @@ -675,6 +679,47 @@ Occurred on following members 1. ubuntu(server1:17682)<v1>:27574 ``` +## <a id="create_lucene_index" class="no-quick-link"></a>create lucene index + +Create a Lucene index. + +See also [describe lucene index](describe.html#describe_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 <span class="keyword parmname">gfsh</span> to a JMX Manager member to use this command. + +**Syntax:** + +``` pre +create lucene index --name=value --region=value --field=value(,value)* [--analyzer=value(,value)*] [--group=value(,value)*] +``` + +| Name | Description | Default | +|----------------------------------------------------|----------------------------------------------------------------------------------------|---------| +| <span class="keyword parmname">\\-\\-name</span> | *Required.* Name of the index to create. | Â | +| <span class="keyword parmname">\\-\\-region</span> | *Required.* Name/Path of the region which corresponds to the "from" clause in a query. | Â | +| <span class="keyword parmname">\\-\\-field</span> | *Required.* Field of the region values that are referenced by the index. | Â | +| <span class="keyword parmname">\\-\\-analyzer</span> | Analyzer to extract terms from text | Â | --- End diff -- Can you use a non-breaking hyphen here?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---