Skip to content

Commit

Permalink
Update 5.lookup.md (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 15, 2021
1 parent 085155d commit 6f85f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

- 如果用`LOOKUP`语句基于指定属性查询时该属性没有索引,系统会在可用的索引中随机选择一个。

例如,Tag `player` 有属性 `name``age`,Tag `player` 本身和属性 `age` 有索引,而属性 `name` 没有索引。当运行 `LOOKUP ON player WHERE player.age == 36 YIELD player.name;` 时,系统会在Tag `player` 和属性 `age` 的索引中随机使用一个。
例如,Tag `player` 有属性 `name``age`,Tag `player` 本身和属性 `name` 有索引,而属性 `age` 没有索引。当运行 `LOOKUP ON player WHERE player.age == 36 YIELD player.name;` 时,系统会在 Tag `player` 和属性 `name` 的索引中随机使用一个。

!!! compatibility "历史版本兼容性"

Expand Down

0 comments on commit 6f85f90

Please sign in to comment.