Spring-Data-Elasticsearch is ready to serve!

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve with
spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

Thanks in Advanced

Mohsin.

--

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to Spring
Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve with
spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

hello Johann,

Yes we have contacted Spring Data team already for project submission.

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to Spring
Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve with
spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve with
spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

we have just added the support for nested object.
please download changes and see below test cases.

Thanks
Mohsin

On Friday, 1 February 2013 10:53:08 UTC, Johann Vanackere wrote:

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve
with spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Spring Data Elasticsearch sample application is available at Sample
Applicationhttps://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application
I am going to add more test cases soon about nested object , version
control etc soon.

Thanks
Mohsin

On Friday, 1 February 2013 12:43:44 UTC, mohsin husen wrote:

we have just added the support for nested object.
please download changes and see below test cases.

https://github.com/BioMedCentralLtd/spring-data-elasticsearch/blob/master/src/test/java/org/springframework/data/elasticsearch/NestedObjectTest.java

Thanks
Mohsin

On Friday, 1 February 2013 10:53:08 UTC, Johann Vanackere wrote:

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve
with spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make it
complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Following support is added

  1. Scan And Scroll for big result set

  2. Dynamic Mapping Support

e.g

@Document(indexName = "test-mapping", type = "mapping")
public class SampleMappingEntity {

@Id
private String id;
@Field(type = "string",index = "not_analyzed", store = true, searchAnalyzer
= "standard", indexAnalyzer = "standard")
private String message;
//... getters and setters ..

}

elasticsearchTemplate.putMapping(entity);

  1. SortingBuilder

  2. More Like This Query

Upcoming Enhancement

  1. Dynamic support for applying settings
  2. Geo Distance / Location / Filter Support
  3. Add Faceting Support

Regards,
Mohsin

On Tuesday, 12 February 2013 12:02:17 UTC, Mohsin Husen wrote:

Spring Data Elasticsearch sample application is available at Sample
Applicationhttps://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application
I am going to add more test cases soon about nested object , version
control etc soon.

Thanks
Mohsin

On Friday, 1 February 2013 12:43:44 UTC, mohsin husen wrote:

we have just added the support for nested object.
please download changes and see below test cases.

https://github.com/BioMedCentralLtd/spring-data-elasticsearch/blob/master/src/test/java/org/springframework/data/elasticsearch/NestedObjectTest.java

Thanks
Mohsin

On Friday, 1 February 2013 10:53:08 UTC, Johann Vanackere wrote:

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve
with spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make
it complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Don't miss out: Spring Data Elasticsearchhttps://twitter.com/search?q=%23Elasticsearch&src=hash1.0.0.M1 released....

On Friday, 22 March 2013 15:56:48 UTC, Mohsin Husen wrote:

Following support is added

  1. Scan And Scroll for big result set

  2. Dynamic Mapping Support

e.g

@Document(indexName = "test-mapping", type = "mapping")
public class SampleMappingEntity {

@Id
private String id;
@Field(type = "string",index = "not_analyzed", store = true,
searchAnalyzer = "standard", indexAnalyzer = "standard")
private String message;
//... getters and setters ..

}

elasticsearchTemplate.putMapping(entity);

  1. SortingBuilder

  2. More Like This Query

Upcoming Enhancement

  1. Dynamic support for applying settings
  2. Geo Distance / Location / Filter Support
  3. Add Faceting Support

Regards,
Mohsin

On Tuesday, 12 February 2013 12:02:17 UTC, Mohsin Husen wrote:

Spring Data Elasticsearch sample application is available at Sample
Applicationhttps://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application
I am going to add more test cases soon about nested object , version
control etc soon.

Thanks
Mohsin

On Friday, 1 February 2013 12:43:44 UTC, mohsin husen wrote:

we have just added the support for nested object.
please download changes and see below test cases.

https://github.com/BioMedCentralLtd/spring-data-elasticsearch/blob/master/src/test/java/org/springframework/data/elasticsearch/NestedObjectTest.java

Thanks
Mohsin

On Friday, 1 February 2013 10:53:08 UTC, Johann Vanackere wrote:

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For
the time being you have to build locally. If we get a node from
SpringSource then the artifacts will be available from Spring Source
Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve
with spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make
it complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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/976c00ca-74f0-4348-acbf-034222e37425%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Nosing around,
I think the Spring Project is listing you as an "Incubator Community" Project (unless there is someone else doing something similar, and the link to your project website is broken on their site (unless you haven't built a github pages website yet).

Tony

--
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/80edd9ed-8547-4945-b76b-f2364a4d505b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Tony,

Yes we are supporting Spring data elasticsearch as community driven
project. and all the links on above blog is working fine.

Here is the project page

On Wednesday, 12 February 2014 23:02:33 UTC, Tony Su wrote:

Nosing around,
I think the Spring Project is listing you as an "Incubator Community"
Project (unless there is someone else doing something similar, and the link
to your project website is broken on their site (unless you haven't built a
github pages website yet).

Tony

--
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/3e0cdf79-7e50-4807-bad7-50a7f44b7096%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

OK, thx.
I must have hit the links while the targets were being setup.

Tony

On Thursday, February 13, 2014 1:05:44 AM UTC-8, Mohsin Husen wrote:

Tony,

Yes we are supporting Spring data elasticsearch as community driven
project. and all the links on above blog is working fine.

Here is the project page

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.

On Wednesday, 12 February 2014 23:02:33 UTC, Tony Su wrote:

Nosing around,
I think the Spring Project is listing you as an "Incubator Community"
Project (unless there is someone else doing something similar, and the link
to your project website is broken on their site (unless you haven't built a
github pages website yet).

Tony

--
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/32fd2782-4dbd-4e2c-add2-97e44ce8b6b0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Mohsin,

I am using Spring Data Elasticsearch for my project. I have an issue to map
the document score ('_score' field in elasticsearch) to the POJO. Could you
provide an example for getting the document score in the sample application.

The following is the source code of my POJO

@Document(indexName = "test",type = "Item" , shards = 17, replicas = 1)
public class ItemSearch {
@Id
private String id;

private String name;

private String nameWildcard;

private float score;

public ItemSearch(){
    
}

public ItemSearch(String id){
    this.id = id;
}

public ItemSearch(String id, String name){
    this.id = id;
    this.name = name;
}

public String getId() {
    return id;
}

public void setId(String id) {
    this.id = id;
}

public String getName() {
    return name;
}

public void setName(String name) {
    this.name = name;
}

public String getNameWildcard() {
    return nameWildcard;
}

public void setNameWildcard(String nameWildcard) {
    this.nameWildcard = nameWildcard;
}

public float getScore() {
    return score;
}

public void setScore(float score) {
    this.score = score;
}

}

On Tuesday, February 12, 2013 4:02:17 AM UTC-8, Mohsin Husen wrote:

Spring Data Elasticsearch sample application is available at Sample
Application
https://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application
I am going to add more test cases soon about nested object , version
control etc soon.

Thanks
Mohsin

On Friday, 1 February 2013 12:43:44 UTC, mohsin husen wrote:

we have just added the support for nested object.
please download changes and see below test cases.

https://github.com/BioMedCentralLtd/spring-data-elasticsearch/blob/master/src/test/java/org/springframework/data/elasticsearch/NestedObjectTest.java

Thanks
Mohsin

On Friday, 1 February 2013 10:53:08 UTC, Johann Vanackere wrote:

Ok, good news. I've made my own build and I'm starting to use it.

The entities I want to persist in Elasticsearch have nested entities.
Before using your Spring Data module, I had just to marshall the root
entity with Jackson. But now, with my root entity annotated with @Document,
Spring Data complains about nested entities not been mapped.

How do you achieve nested entities support ?

Le vendredi 1 février 2013 11:10:59 UTC+1, mohsin husen a écrit :

hello Johann,

Yes we have contacted Spring Data team already for project submission.

http://forum.springsource.org/showthread.php?134421-How-to-add-new-project-to-spring-data&p=436948#post436948

No at present we don't have maven artifact deposited somewhere. For the
time being you have to build locally. If we get a node from SpringSource
then the artifacts will be available from Spring Source Artifactory.

Thanks
Mohsin

On Friday, 1 February 2013 09:54:45 UTC, Johann Vanackere wrote:

It looks great !

Are maven artifacts available somewhere ?
Do you also plan to submit this project for official integration to
Spring Data projet ?

Le lundi 28 janvier 2013 13:24:58 UTC+1, mohsin husen a écrit :

Hello And greetings to all elasticsearch users and contributors,

Happy to announced that Spring-Data-Elasticsearch is ready to serve
with spring data implementation for elasticsearch.
It has all basic features like index, query, etc...

Test coverage is about 80% !

We need more contributor and suggestion to improve it more and make
it complete one.

GitHub - SpringDataElasticsearchDevs/spring-data-elasticsearch: Spring Data implementation for ElasticSearch

Thanks in Advanced

Mohsin.

--
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/a470633f-cbd7-4924-afe5-6e6a07a6e3dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Has anybody been able to get Spring Data's @Version annotation to work with Elasticsearch for optimistic locking on updates? I have not been able to get it to work with Elasticsearch 1.4.4