Searchable/indexable limit is 500 characters. Otherwise, use com.google.appengine.api.datastore.Text for the field type, which has no character limit.
<https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Text> https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses https://developers.google.com/appengine/docs/java/datastore/entities#Properties_and_Value_Types On Sunday, April 7, 2013 10:35:33 AM UTC-5, Newbee wrote: > > How long can a String be?Can i store a really big para into it.If not then > is there any other solution? > > -- 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.
