Skip to content

Commit

Permalink
hugegraph-1119 Search -> Range
Browse files Browse the repository at this point in the history
Change-Id: I93161d1a04cda3b5fd1616cdbada65c2cd89f91b
  • Loading branch information
zhoney authored and javeme committed Jun 19, 2018
1 parent 8ebd24f commit 3640362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/hugegraph-client.md
Expand Up @@ -352,7 +352,7 @@ interface | param | description
-------------------- | ----- | ---------------------------------------------------------
by(String... fields) | files | allow to build index for multi fields for secondary index

- indexType: 建立的索引类型,目前支持两种,即 Secondary 和 Search。Secondary 允许建立联合索引,支持前缀搜索,Search 支持数值类型的范围查询;
- indexType: 建立的索引类型,目前支持两种,即 Secondary 和 Range。Secondary 允许建立联合索引,支持索引前缀搜索,Range 支持数值类型的范围查询;

interface | indexType | description
----------- | --------- | ---------------------------------------
Expand Down
5 changes: 1 addition & 4 deletions language/hugegraph-example.md
Expand Up @@ -186,7 +186,4 @@ g.V(pluto).out('brother').as('god').out('lives').as('place').select('god','place

#### 3.2 总结

HugeGraph目前支持Gremlin的语法,用户可以通过Gremlin语句实现各种查询需求,但是目前HugeGraph的暂不支持'Or'类型查询和全文检索功能,因此也不支持多label查询。 和TitanDB相比HugeGraph不支持的查询语句包括:

1. `g.V(hercules).out('father', 'mother')`
2. `g.E().has('reason', textContains('loves'))`
HugeGraph目前支持Gremlin的语法,用户可以通过Gremlin语句实现各种查询需求,但是目前HugeGraph暂不支持全文检索功能。

0 comments on commit 3640362

Please sign in to comment.