Ok thanks, I will open a bug on it

On Wednesday, October 9, 2013 10:30:06 AM UTC+3, force wrote:
>
> Hi,
>
> I execute the following simple search using Google App Engine Java Search 
> Service:
> IndexSpec indexSpec = IndexSpec.newBuilder().setName(namespace).build();
> Index = SearchServiceFactory.getSearchService().getIndex(indexSpec);
> index.search("אב");
>
> where the search text is simple text but not in English.
>
> Google App engine Quota consider this simple search as complex search,
> Does someone can tell why it is not simple search?
>
> Thanks
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to