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 andr.m...@gmail.com wrote:

 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 raphael.andre.ba...@gmail.com
 wrote:
  On Wed, Feb 17, 2010 at 3:42 PM, John Patterson jdpatter...@gmail.com
 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 raphael.andre.ba...@gmail.com
 
   wrote:
 
   On Tue, Feb 16, 2010 at 8:15 AM, yonny yon...@googlemail.com
 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
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
   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
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
   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
 google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
   For more options, visit this group at
  http://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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 raphael.andre.ba...@gmail.com
wrote:
 On Tue, Feb 16, 2010 at 8:15 AM, yonny yon...@googlemail.com 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 google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to 
  google-appengine-java+unsubscr...@googlegroups.com.
  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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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
Referencable interface.

On 17 Feb., 14:36, Raphael André Bauer raphael.andre.ba...@gmail.com
wrote:

On Tue, Feb 16, 2010 at 8:15 AM, yonny yon...@googlemail.com 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 google-appengine-java@googlegroups.com 
.
To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com 
.
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 google-appengine-java@googlegroups.com 
.
To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com 
.
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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 jdpatter...@gmail.com 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 raphael.andre.ba...@gmail.com
 wrote:

 On Tue, Feb 16, 2010 at 8:15 AM, yonny yon...@googlemail.com 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 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 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 raphael.andre.ba...@gmail.com
wrote:
 On Wed, Feb 17, 2010 at 3:42 PM, John Patterson jdpatter...@gmail.com 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 raphael.andre.ba...@gmail.com
  wrote:

  On Tue, Feb 16, 2010 at 8:15 AM, yonny yon...@googlemail.com 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
  google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.com.
  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
  google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.com.
  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 google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.