Re: [google-appengine] Google App Engine Search Service consider Simple Search as Complex Search

2013-10-09 Thread Moises Belchin
Hi, If you take a look at the documentation: https://developers.google.com/appengine/docs/python/search/ "" There are separate quotas for simple and complex queries. A query is complex if its query string includes the name of a geopoint field or at least one OR or NOT boolean operator. A query is

[google-appengine] Google App Engine Search Service consider Simple Search as Complex Search

2013-10-09 Thread force
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