[
https://issues.apache.org/jira/browse/USERGRID-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Nine updated USERGRID-1016:
--------------------------------
Description:
We shouldn't encode a UUID as a specific UUID field type, since we're encoding
it as a string. To keep our index tuples simple, and support both queries, we
should store it as a string type. We should support the following formats.
{code}
select * where myUuid = '
{code}
> Remove UUID field encoding in our ES fields
> -------------------------------------------
>
> Key: USERGRID-1016
> URL: https://issues.apache.org/jira/browse/USERGRID-1016
> Project: Usergrid
> Issue Type: Story
> Reporter: Todd Nine
> Assignee: Todd Nine
>
> We shouldn't encode a UUID as a specific UUID field type, since we're
> encoding it as a string. To keep our index tuples simple, and support both
> queries, we should store it as a string type. We should support the
> following formats.
> {code}
> select * where myUuid = '
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)