Re: [appengine-java] Re: Compass on Google App Engine

2010-02-19 Thread yjun hu
i have a blog with compass on GAE, and i implement the searchable function here.. http://hapeblog.appspot.com/ On Thu, Feb 18, 2010 at 2:11 AM, a.maza wrote: > did you experience the problems in production environment or already > in the development environment? > > May the indexing problem be

[appengine-java] Re: Compass on Google App Engine

2010-02-17 Thread a.maza
did you experience the problems in production environment or already in the development environment? May the indexing problem be avoided when using task queues? what do you think? On 17 Feb., 18:30, Raphael André Bauer wrote: > On Wed, Feb 17, 2010 at 3:42 PM, John Patterson wrote: > > I thoug

Re: [appengine-java] Re: Compass on Google App Engine

2010-02-17 Thread Raphael André Bauer
On Wed, Feb 17, 2010 at 3:42 PM, John Patterson wrote: > I thought I read somewhere on this list that compass and lucene cannot > perform well on the datastore due to the number of index segments that need > to be read for every query? i could not get it up and running one month ago with a large

Re: [appengine-java] Re: Compass on Google App Engine

2010-02-17 Thread John Patterson
I thought I read somewhere on this list that compass and lucene cannot perform well on the datastore due to the number of index segments that need to be read for every query? On 17 Feb 2010, at 21:23, a.maza wrote: checkout the latest source from compass. The last commit removes the Referen

[appengine-java] Re: Compass on Google App Engine

2010-02-17 Thread a.maza
checkout the latest source from compass. The last commit removes the Referencable interface. On 17 Feb., 14:36, Raphael André Bauer wrote: > On Tue, Feb 16, 2010 at 8:15 AM, yonny wrote: > >  Hello Folks, > >    I think deploying a compass app on gae is not possible because the > > core compass