简体   繁体   English

在Google App Engine / Java中实现通配符搜索

[英]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. 我知道GQL中没有类似的运营商支持 ,但这留下了在我的实体中执行搜索的高效,直接方式的问题。

What is the idiomatic way of performing such searches in Google App Engine/Java ? 在Google App Engine / Java中执行此类搜索的惯用方法是什么?

看看Lucene 这个问题的答案。

也许您正在寻找Datastore Java API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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