Appengine Search API vs Datastore

后端 未结 4 1962
慢半拍i
慢半拍i 2020-12-28 15:55

I am trying to decide whether I should use App-engine Search API or Datastore for an App-engine Connected Android Project. The only distinction that the google documentation

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-28 16:13

    The key difference is that with the Datastore you cannot search inside entities. If you have a book called "War and peace", you cannot find it if a user types "war peace" in a search box. The same with reviews, etc. Therefore, it's not really an option for you.

提交回复
热议问题