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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.