Hi Waldemar,

Impressive!

I'm curious - what's the dependency on Django / App Engine patch? This seems
like it should be doable as a purely datastore-oriented library.

-Nick Johnson

On Tue, Jun 23, 2009 at 5:12 PM, Waldemar Kornewald <
app-eng...@scholardocs.com> wrote:

>
> Hi,
> we'd like to announce the immediate availablility of our full-text
> search package.
> It's called gae-search:
> http://gae-full-text-search.appspot.com/
>
> See it in action by searching our documentation (which is indexed with
> gae-search). We also have a few demos.
>
> Note that gae-search requires app-engine-patch (Django).
>
> Features:
> * index only specific properties (instead of all string/text
> properties like in SearchableModel)
> * Porter stemmers (increase search quality)
> * sort your results (at least a little bit) via chain-sorting
> * make "DISTINCT" queries using a so-called "values index"
> * auto-completion via a jQuery plugin
> * key-based pagination (fully unit-tested implementation of Ryan
> Barrett's algorithm)
> * easy to use views and templates (add search support in just a few lines)
>
> Since it took a lot of effort to implement all features and make them
> easy to use we can't give this away for free, though. We initially
> implemented it for our own projects, but after so many people
> complained about the lack of full-text search we though we could
> provide it to others - for a little compensation.
>
> Bye,
> Waldemar Kornewald & Thomas Wanschik (the creators of app-engine-patch)
>
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to