Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to make Solr work on GAE #2

Open
jefferyyuan opened this issue Nov 7, 2014 · 1 comment
Open

Is it possible to make Solr work on GAE #2

jefferyyuan opened this issue Nov 7, 2014 · 1 comment
Labels

Comments

@jefferyyuan
Copy link

Hi:

Thanks a million for this great project, so we can use open source Lucene and free GAE.

But I am wondering is it possible to make Solr work on GAE? maybe a new project SolrAppEngine?

@UltimaPhoenix
Copy link
Owner

Hello,

I really appreciated your interest.
I think that a porting is possible, but at a high cost. I think that the right way to do that is by porting the functionalities of Solr inside appengine using the appengine search api (https://cloud.google.com/appengine/docs/java/search/).

I'm saying this because LAE simplifies the porting of existing application (using lucene) inside appengine. Solr instead offers distributed services to manage and query an index, it makes no sense to use LAE instead of the built in appengine search api to realize a Solr (appengine enabled) application.

PS. Sorry for the late response but recently I had some things to do that brought me far from LAE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants