简体   繁体   中英

Implementing a wildcard search in Google App Engine/Java

I'm trying to implement a basic 'search' system across multiple entities. I know that there is no like operator support in GQL , but that leaves with the problem of an efficient, straightforward way of performing searches across my entities.

What is the idiomatic way of performing such searches in Google App Engine/Java ?

看看Lucene 这个问题的答案。

也许您正在寻找Datastore Java API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM