Spring Elasticsearch vs Spring Data Elasticsearch:

Hi,
I'm planning to use java native client to mainly to bulk index a lot of
data. I see there are two project listed on the elasticsearch guide's
integration page. one is a sub project of spring data at
https://github.com/spring-projects/spring-data-elasticsearch. One is a
third party project at https://github.com/dadoonet/spring-elasticsearch.
Could someone shed some lights on pro and cons of choosing either of them?
Thanks,
Jack

--
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/d9e696da-187e-44ef-8eab-d888d56dc9b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

As the second project author, I can say what it provides:

Automatic index/mapping/templates/aliases création when starting (as Hibernate does somehow).
Access to a client (Transport/Node) - by annotation like @Inject Client client.
Access to a Node

You can look at tests packages to see how it actually works.

What spring data project provides IMHO is an automatic query creation based on Interface naming conventions.

My plan is to try to merge my project into spring data project if it makes sense for users but sadly I did not manage to find time for doing this yet!

Would love to get feedback from other users! :slight_smile:

HTH

David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 sept. 2014 à 21:44, Jinyuan Zhou zhou.jinyuan@gmail.com a écrit :

Hi,
I'm planning to use java native client to mainly to bulk index a lot of data. I see there are two project listed on the elasticsearch guide's integration page. one is a sub project of spring data at https://github.com/spring-projects/spring-data-elasticsearch. One is a third party project at https://github.com/dadoonet/spring-elasticsearch. Could someone shed some lights on pro and cons of choosing either of them?
Thanks,
Jack

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/d9e696da-187e-44ef-8eab-d888d56dc9b4%40googlegroups.com.
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/8F35123E-460D-41AE-976D-64ABF539D253%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Thanks David,
I'll play with Spring Elasticsearch project first. I have used other Spring
Data projects, it seems that I don't need all these feature for now,

Jinyuan (Jack) Zhou

On Tue, Sep 2, 2014 at 12:56 PM, David Pilato david@pilato.fr wrote:

As the second project author, I can say what it provides:

Automatic index/mapping/templates/aliases création when starting (as
Hibernate does somehow).
Access to a client (Transport/Node) - by annotation like @Inject Client
client.
Access to a Node

You can look at tests packages to see how it actually works.

What spring data project provides IMHO is an automatic query creation
based on Interface naming conventions.

My plan is to try to merge my project into spring data project if it makes
sense for users but sadly I did not manage to find time for doing this yet!

Would love to get feedback from other users! :slight_smile:

HTH

David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 2 sept. 2014 à 21:44, Jinyuan Zhou zhou.jinyuan@gmail.com a écrit :

Hi,
I'm planning to use java native client to mainly to bulk index a lot of
data. I see there are two project listed on the elasticsearch guide's
integration page. one is a sub project of spring data at
GitHub - spring-projects/spring-data-elasticsearch: Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.. One is a
third party project at GitHub - dadoonet/spring-elasticsearch: Spring factories for elasticsearch.
Could someone shed some lights on pro and cons of choosing either of them?
Thanks,
Jack

--
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/d9e696da-187e-44ef-8eab-d888d56dc9b4%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/d9e696da-187e-44ef-8eab-d888d56dc9b4%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 a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/joyNv_1xzVg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8F35123E-460D-41AE-976D-64ABF539D253%40pilato.fr
https://groups.google.com/d/msgid/elasticsearch/8F35123E-460D-41AE-976D-64ABF539D253%40pilato.fr?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/CANBTPCGm9-JdmoRHjoHU56vR3KiSGO1KdAt-goKqOpT2%3DZdBPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.