I recently noticed the SearchableMultiQuery class has been added to
google.appengine.ext.search.  When I first saw the class name I got
excited because I thought it might be a workaround for the exploding
index problem that SearchableModel has (ie. being able to run a n
keyword search required n indexes).

Unfortunately it doesn't look like it.  MultiQuery is a class in
datastore that SearchableMultiQuery is extending.  It is described as
'Class representing a query which requires multiple datastore
queries.'  So this seems to solve some more general query problem and
isn't specific to SearchableModel.

That said, if anyone can give a good explanation of what MultiQuery is
all about I'd appreciate it.
--~--~---------~--~----~------------~-------~--~----~
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