Hi,

Everything that is query-able must be indexed (
http://code.google.com/appengine/articles/index_building.html).  So if you
want to store, but not query, a list, I would suggest using db.BlobProperty.

-Marzia

On Mon, Mar 23, 2009 at 1:08 AM, an0 <[email protected]> wrote:

>
> If so, can I explicitly mark a ListProperty not to be indexed?
>
> I want the list's flexibility for some attributes, but don't want them
> to be indexed, (how) can I achieve this goal?
>
> Thanks in advance.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to