On Wed, Feb 17, 2010 at 3:42 PM, John Patterson <[email protected]> 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 datset. i know the compass people are working hard to resolve issues with the gae, but i doubt (technically) that lucene is able to run properly on the app engine datastore (please correct me). it might, however, run well with a smaller dataset (<100megs, offline indexing, and/or using an index file in the war folder)... ra! > > On 17 Feb 2010, at 21:23, a.maza wrote: > >> checkout the latest source from compass. The last commit removes the >> Referencable interface. >> >> On 17 Feb., 14:36, Raphael André Bauer <[email protected]> >> wrote: >>> >>> On Tue, Feb 16, 2010 at 8:15 AM, yonny <[email protected]> wrote: >>>> >>>> Hello Folks, >>>> I think deploying a compass app on gae is not possible because the >>>> core compass interface extends javax.naming.Referenceable which is not >>>> on google's whitelist.I encoutered a similar problem when I call >>>> buildCompass().... It throws a NoClassDefFoundError on >>>> org.compass.core.impl.DefaultCompass.... Any thoughts?? anyone? >>> >>> follow this >>> one:http://www.kimchy.org/searchable-google-appengine-with-compass/ >>> ra >>> >>> >>> >>> >>> >>>> -- >>>> 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 >>>> athttp://groups.google.com/group/google-appengine-java?hl=en.- Zitierten >>>> Text ausblenden - >>> >>> - Zitierten Text anzeigen - >> >> -- >> 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. >> > > -- > 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. > > -- 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.
