haha, up to now,i use compass okay!

On Tue, Mar 16, 2010 at 8:53 AM, objectuser <[email protected]> wrote:

> I think there are a lot of posts here that conclude Compass is not
> viable.  Has that changed?
>
> On Mar 15, 12:23 am, yjun hu <[email protected]> wrote:
> > you can try compass to make you project searchable. a simple demo
> herehttp://hapeblog.appspot.com/blog.shtml?id=7002
> >
> > On Sun, Mar 14, 2010 at 8:36 PM, John Patterson <[email protected]
> >wrote:
> >
> >
> >
> > > Interesting to see the existence protected
> Query.setFullTextSearch(String)
> > > method when you open the Query class in Eclipse.  I suppose it won't be
> too
> > > far away.  I can't wait to see if they just give us a
> take-it-or-leave-it
> > > solution or also the tools required to roll your own.
> >
> > > On 14 Mar 2010, at 15:05, Robert Lancer wrote:
> >
> > >  Haha, like many of us you probably thought that GOOGLE app engine
> > >> would have decent text search capabilities.
> >
> > >> It looks like your doing all you can do by creating the inverse table,
> > >> you may just want to star
> > >>http://code.google.com/p/googleappengine/issues/detail?id=217
> >
> > >> On Mar 13, 8:59 pm, niraj <[email protected]> wrote:
> >
> > >>> My case:
> > >>> I am building a website that has several searchable fields from
> > >>> various entities (example Artist names from artist entity , Album
> > >>> names from album entity). To have an efficient search capability I
> > >>> have defined another Entity - SearchType which carries the Searchable
> > >>> string and the Foreign key to the Entity. Instead of querying all the
> > >>> Entities one my one - I query SearchType.
> >
> > >>> My preliminary tests indicate that the query  performance on
> > >>> SearchType is not great (the names are indexed) . I need google
> > >>> suggest like quick results in a drop down. What is the best way to
> > >>> design this.
> >
> > >>> I have considered Memcache , but I dont think I can run queries on
> > >>> Memcache . i.e I am running a startsWith() query on JDO today.
> >
> > >>> Any best practices .
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Google App Engine for Java" group.
> > >> To post to this group, send email to
> > >> [email protected].
> > >> To unsubscribe from this group, send email to
> > >> [email protected]<google-appengine-java%[email protected]>
> <google-appengine-java%[email protected]<google-appengine-java%[email protected]>
> >
> > >> .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine for Java" group.
> > > To post to this group, send email to
> > > [email protected].
> > > To unsubscribe from this group, send email to
> > > [email protected]<google-appengine-java%[email protected]>
> <google-appengine-java%[email protected]<google-appengine-java%[email protected]>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > --
> > dream or truth
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
dream or truth

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to