You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/01/24 18:07:10 UTC

[geode] branch develop updated: GEODE-4079 Identify hash indexes as deprecated in docs for gfsh create index command

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4d46ba5  GEODE-4079 Identify hash indexes as deprecated in docs for gfsh create index command
4d46ba5 is described below

commit 4d46ba5755444d5e25d7b025d4b7a57e99940881
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Wed Jan 24 10:07:01 2018 -0800

    GEODE-4079 Identify hash indexes as deprecated in docs for gfsh create index command
---
 geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index 4342b59..bfcf7bd 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -641,7 +641,7 @@ create index --name=value --expression=value --region=value
 | <span class="keyword parmname">&#8209;&#8209;expression</span> | *Required.* Field of the region values that are referenced by the index.               |         |
 | <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">\\-\\-members</span>     | Name/Id of the member(s) on which index will be created.                                  |         |
-| <span class="keyword parmname">\\-\\-type</span>       | Type of the index. Valid values are: `range`, `key` and `hash`.                        | `range` |
+| <span class="keyword parmname">\\-\\-type</span>       | Type of the index. Valid values are: `range` and `key`. (A third type, `hash`, is still recognized but hash indexes are deprecated.)                       | `range` |
 | <span class="keyword parmname">\\-\\-groups</span>      | The index will be created on all the members in the group(s).                     |         |
 
 

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.