Hello,
I am using Fulltext search API on GAE Python2.7(High Replication).
It worked fine till 2013-03-11 23:20(UTC). But from 2013-03-11 23:20 search
query always fails with error. Nothing changed on my program.
It is OK when execute same query on GAE admin console(Text Search).
E2013-03-11 23:20:18.725
Failed to execute search request "(doc_category_no:(2 OR 4)) AND
(doc_type_codes:#label_000#)"
Traceback (most recent call last):
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 1511, in __call__
rv = self.handle_exception(request, response, e)
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 1505, in __call__
rv = self.router.dispatch(request, response)
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 1253, in default_dispatcher
return route.handler_adapter(request, response)
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 1077, in __call__
return handler.dispatch()
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 547, in dispatch
return self.handle_exception(e, self.app.debug)
File
"/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py",
line 545, in dispatch
return method(*args, **kwargs)
File "/base/data/home/apps/s~xxxx-xxxxxxxx/4.365309900057947451/doc.py", line
1154, in get
ret_obj = self.getResults(google_apps_domain, self.viewer_email,
doc_type_code, page, top_level_category_code)
File "/base/data/home/apps/s~xxxx-xxxxxxxx/4.365309900057947451/doc.py", line
1052, in getResults
results = index.search(q)
File
"/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py",
line 3095, in search
_CheckStatus(response.status())
File
"/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py",
line 480, in _CheckStatus
raise _ERROR_MAP[status.code()](status.error_detail())
InvalidRequest: Failed to execute search request "(doc_category_no:(2 OR 4))
AND (doc_type_codes:#label_000#)"
Something changed on Search API today?
Thanks,
Akitoshi Abe
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.