0

下面的 FQL 查询导致NoIndexFunctionException,因为“current_location”不可索引。

https://graph.facebook.com/fql?q=SELECT%20uid,%20name,%20current_location%20FROM%20user%20WHERE%20uid=me()%20OR%20uid%20AND%20current_location%20IN%20(SELECT%20uid2%20FROM%20friend%20WHERE%20uid1=me())&access_token=CCAAC...

是否有过滤不可索引字段的替代方法?

4

1 回答 1

0

过滤不可索引的字段没有其他选择,Facebook 员工 Ibrahim Faour 在这篇文章中解释了索引背后的技术原因。

于 2015-01-19T05:07:28.517 回答