I'm planning to use GAE's Search API for some fulltext string indexing but am unsure of what something in the documentation means:
Text Field: A string with maximum length 1024**2 characters.
I'm planning to use GAE's Search API for some fulltext string indexing but am unsure of what something in the documentation means:
Text Field: A string with maximum length 1024**2 characters.
It's Python syntax for 1024 squared. Documentation: