You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2018/04/24 02:10:50 UTC

[3/3] incubator-s2graph git commit: [S2GRAPH-209]: GlobalIndex supports field data types such as Numeric to enable Range Query.

[S2GRAPH-209]: GlobalIndex supports field data types such as Numeric to enable Range Query.

JIRA:
    [S2GRAPH-209] https://issues.apache.org/jira/browse/S2GRAPH-209

Pull Request:
    Closes #160

Author
    daewon <da...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/a18ec278
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/a18ec278
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/a18ec278

Branch: refs/heads/master
Commit: a18ec278eab148f24968322f4d35c01c86092f7e
Parents: b8f9905 37b4a45
Author: DO YUNG YOON <st...@apache.org>
Authored: Tue Apr 24 11:07:50 2018 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Tue Apr 24 11:09:59 2018 +0900

----------------------------------------------------------------------
 CHANGES                                         |  1 +
 .../org/apache/s2graph/core/QueryParam.scala    |  4 ++
 .../s2graph/core/index/ESIndexProvider.scala    | 48 ++++++++++++++------
 .../core/index/LuceneIndexProvider.scala        |  2 +-
 .../apache/s2graph/graphql/ScenarioTest.scala   | 25 ++++++++++
 5 files changed, 64 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/a18ec278/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 2485fe8,1c1933f..9e79041
--- a/CHANGES
+++ b/CHANGES
@@@ -73,7 -72,6 +73,8 @@@ Release Notes - S2Graph - Version 0.2.
      * [S2GRAPH-200] - docker image could not include extra jars.
      * [S2GRAPH-204] - Avoid N + 1 queries in GraphQL
      * [S2GRAPH-207] - Provides a way to query data with the value of the Vertex property in a GraphQL query
 +    * [S2GRAPH-193] - Add README for S2Jobs sub-project
++    * [S2GRAPH-209] - GlobalIndex supports field data types such as Numeric to enable Range Query
  
  ** New Feature
      * [S2GRAPH-123] - Support different index on out/in direction.