Skip to content

Commit

Permalink
Add the geo2dsphere index data type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jboone100 committed Apr 12, 2016
1 parent 0ce373d commit 217cc85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ AerospikeConstants aerospike_constants[] = {
{ SERIALIZER_NONE , "SERIALIZER_NONE" },
{ AS_INDEX_STRING , "INDEX_STRING" },
{ AS_INDEX_NUMERIC , "INDEX_NUMERIC" },
{ AS_INDEX_GEO2DSPHERE , "INDEX_GEO2DSPHERE" },
{ AS_INDEX_TYPE_LIST , "INDEX_TYPE_LIST" },
{ AS_INDEX_TYPE_MAPKEYS , "INDEX_TYPE_MAPKEYS" },
{ AS_INDEX_TYPE_MAPVALUES , "INDEX_TYPE_MAPVALUES" },
Expand Down

0 comments on commit 217cc85

Please sign in to comment.