Another alternative is storing the indexes in the Google Datastore, I think Compass already
supports that (though I have not used it).
Also, I have successfully run Lucene on GAE using GaeVFS (http://code.google.com/p/gaevfs/)
to store the index in the Datastore.
(I developed a Lucene Directory implementation on top of GaeVFS that's available at http://sf.net/contrail).
> Dvora wrote:
> >
> > Hello,
> >
> > I'm using Lucene2.4. I'm developing a web application that using Lucene
> > (via compass) to do the searches.
> > I'm intending to deploy the application in Google App Engine
> > (http://code.google.com/appengine/), which limits files length to be
> > smaller than 10MB.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|