Just reading through the search api documentation and have come across a stack overflow question with an answer that mentions a default “per-document consistent” indexes (Appengine Search API – Globally Consistent).
I can’t find any mention of this term in the App Engine documentation for the Search API and was wondering what this meant (or point me in the right direction).
Globally consistent indexes were deprecated in Version 1.7.3 (See: https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes#Version_1.7.3_-_October_23,_2012)
The difference between consistency modes is explained in the source here: https://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/search/search.py?r=281#2334
Specifically: