*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_LENGTH it 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.
