I assumed it was referring to the search query. The string you send when making a search. Not the indexing limit.
Haven't tested it tho. On Tue, Oct 16, 2012 at 4:01 AM, cws1989 <[email protected]> wrote: > *Wha*t* is the meaning of 'Search API now has a string maximum length > limit of 2000 characters'? Is that* mean search API can only index > text/string up to 2000 characters? What will happen when I feed a string > with 2001 characters in Java SDK? throw exception or search API will ignore > characters since index 2000? I've visited the 'Overview' and 'Java > Reference' and see > https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/checkers/FieldChecker#MAXIMUM_TEXT_LENGTHit > stated 1048576 bytes, this means it is updated from 1048576 > to 2000? Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/nqMvL6SdPFYJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
