Dear Greg,

I would like to recommend for you a library which you can use in
datastore:
http://code.google.com/p/guestbook-example-appengine-full-text-search/
I have used it, it's easy to implement and powerful, but it parses our
text into word token and store it as a new column and so it costs a
little in your datastore.

Enjoy!

On Jun 7, 7:32 pm, Greg Atkinson <greg.a.atkin...@gmail.com> wrote:
> I have a blogging application running on GAE that is only accessible
> to a specific Google Apps Domain. I need my users to be able to search
> the application. The options I can think of are:
>
> (1) The application is indexed by Google's crawler and results are
> returned with a simple Google search. But how with the application be
> crawled if it is only accessible by the specific Google Apps Domain?
> Will the results be returned to only the members of that domain?
>
> (2) Implement some sort of full-text indexing on the datastore for the
> application. Does anyone know how to do this?
>
> I would like to avoid queries on multiple fields using the likes of:
> startsWith, endsWith, matches, etc.
>
> Any assistance would be much appreciated. Thank you.

-- 
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-appeng...@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