ElasticSearch vs Solr integration with Tomcat6

Hello,

I need to compare the both solutions ElasticSearch and Solr, then choose
one of them to integrate it on my webapp, so i'm using tomcat6 server and i
installed/Configured Solr.war in my webapp without any probleme then i
search to integrate ElasticSearch with tomcat i didn't find enough
informations.
so if some one know steps to do or know any other solution to my probleme,
describe that step by step.
thanks,

regards,
Anass BENJELLOUN

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d8710fd0-3bdd-4e7c-adc2-0efadb9cfd55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

unlike SOLR , elasticsearch does not require a Java container, however you
can always instantiate ES in embedded mode within your J2EE application.
more details available here.

On Friday, May 9, 2014 7:43:56 AM UTC-5, anass benjelloun wrote:

Hello,

I need to compare the both solutions Elasticsearch and Solr, then choose
one of them to integrate it on my webapp, so i'm using tomcat6 server and i
installed/Configured Solr.war in my webapp without any probleme then i
search to integrate Elasticsearch with tomcat i didn't find enough
informations.
so if some one know steps to do or know any other solution to my probleme,
describe that step by step.
thanks,

regards,
Anass BENJELLOUN

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7e785706-d2ee-4bb8-9609-8232d12842f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I would be best to manage elasticsearch outside of tomcat and use the java
or rest api to communicate with ES from within your app. If you absolutely
must run ES within tomcat, have a look at the wares transport[1].

[1] GitHub - elastic/elasticsearch-transport-wares: Servlet transport for Elasticsearch

Thanks,
Matt Weber

On Fri, May 9, 2014 at 8:02 AM, Hariharan Vadivelu hariinfo@gmail.comwrote:

unlike SOLR , elasticsearch does not require a Java container, however you
can always instantiate ES in embedded mode within your J2EE application.
more details available here.

Elasticsearch Platform — Find real-time answers at scale | Elastic

On Friday, May 9, 2014 7:43:56 AM UTC-5, anass benjelloun wrote:

Hello,

I need to compare the both solutions Elasticsearch and Solr, then choose
one of them to integrate it on my webapp, so i'm using tomcat6 server and i
installed/Configured Solr.war in my webapp without any probleme then i
search to integrate Elasticsearch with tomcat i didn't find enough
informations.
so if some one know steps to do or know any other solution to my
probleme, describe that step by step.
thanks,

regards,
Anass BENJELLOUN

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/7e785706-d2ee-4bb8-9609-8232d12842f2%40googlegroups.comhttps://groups.google.com/d/msgid/elasticsearch/7e785706-d2ee-4bb8-9609-8232d12842f2%40googlegroups.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJ3KEoCthUummqv16MdgNiA%2BR5YzxUhhDRrzXTW89N8H6Jjx4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.