You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Suma Shivaprasad (JIRA)" <ji...@apache.org> on 2015/06/19 13:18:00 UTC

[jira] [Comment Edited] (ATLAS-3) Mixed Index creation fails with Date types on ElasticSearch index backend

    [ https://issues.apache.org/jira/browse/ATLAS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593332#comment-14593332 ] 

Suma Shivaprasad edited comment on ATLAS-3 at 6/19/15 11:17 AM:
----------------------------------------------------------------

Have made the following changes

1. Converting date types to Long while storing/restoring in Graph repo
2. GraphBackedSerachIndexer is also change to convert Date types to Long while indexing
3. DSL to GremlinQueryTranslator now converts string dates passed by user (in UTC format) to long while generating gremlin query

Note: Had to convert date to long since Titan 0.5 doesnt support mixed indexes on   Date type and also String comparision predicates do not support >,>=..etc

https://reviews.apache.org/r/35645/


was (Author: suma.shivaprasad):
Have made the following changes

1. Converting dates to long while storing/restoring in Graph repo
2. GraphBackedSerachIndexer is also change to convert ate to long while indexing

Note: Had to convert date to long since Titan 0.5 doesnt support mixed indexes on   Date type and also String comparision predicates do not support >,>=..etc

https://reviews.apache.org/r/35645/

> Mixed Index creation fails with Date types on ElasticSearch index backend
> -------------------------------------------------------------------------
>
>                 Key: ATLAS-3
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.5-incubating, 0.6-incubating
>            Reporter: Suma Shivaprasad
>            Assignee: Suma Shivaprasad
>             Fix For: 0.6-incubating
>
>         Attachments: ATLAS-3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)