Hi,
we've released a new gae-search version (full-text search for App
Engine + Django). Now, there's a "Free" version which can be used in
non-commercial projects. Get it here:
http://gae-full-text-search.appspot.com/

We've also implemented the relations index technique (index is moved
into a separate child entity), but you can optionally turn it off.
It's important to note that you can integrate your model's properties
into the generated index such that you can run a full-text search and
limit the results with additional filter rules (e.g., search only in
published blog posts).

The relations and values index are now generated via background tasks,
so put()s are much faster.

Finally, you can combine geomodel with our easy to use views in order
to do a full-text proximity search, for example. Just use the new
query_converter parameter to pass the full-text query to geomodel.

Bye,
Waldemar Kornewald & Thomas Wanschik

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