Re: Spring-Data-Elasticsearch is ready to serve !

2014-02-13 Thread Mohsin Husen
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

https://github.com/spring-projects/spring-data-elasticsearch

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+unsubscr...@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.


Re: Spring-Data-Elasticsearch is ready to serve !

2014-02-12 Thread Mohsin Husen
Don't miss out: *Spring* *Data* 
*Elasticsearch*<https://twitter.com/search?q=%23Elasticsearch&src=hash>1.0.0.M1 
released

https://spring.io/blog/2014/02/11/spring-data-elasticsearch-1-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);
>
> 3) SortingBuilder 
>
> 4) 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 
>> 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.
>>>>>>>
>>>>>>> https://github.com/BioMedCentralLtd/spring-data-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+unsubscr...@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.


Re: spring-data elasticsearch support?

2013-12-18 Thread Mohsin Husen
Currently this feature is not supported. but looks very handy and useful 
feature. 
we will think about it soon.
please check my latest reply at 
https://jira.springsource.org/browse/DATAES-41

HTH
Mohsin

On Wednesday, 18 December 2013 15:32:02 UTC, Andra Bennett wrote:
>
> Hi David, 
>
> I am able to push a mapping in Java, but I see how I can merge that with 
> an externally defined mapping as you suggest below. 
>
> But, is the spring-elasticsearch library compatible with the elasticsearch 
> spring-data library?
>
> Thanks!
> Andra
>
> On Monday, December 16, 2013 1:56:18 PM UTC-5, David Pilato wrote:
>>
>> I guess that you basically have to send a mapping.
>> I think that once you have a Node you can get a client from it and push a 
>> mapping in Java, right?
>>
>> I did not play yet with spring data project for ES but I will soon.
>> As author of https://github.com/dadoonet/spring-elasticsearch, I will 
>> probably do it like this with it.
>>
>> Not sure it helps.
>>
>> --
>> David ;-)
>> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
>>
>>
>> Le 16 déc. 2013 à 19:23, Andra Bennett  a écrit :
>>
>> Hello, 
>>
>> I am using spring-data elastic 
>> searchto 
>> configure my node and index my data.
>>
>> I'd like to know how to enable the timestamp feature for the indexing, 
>> and how to map it to a custom field. 
>>
>> Does anyone in the elasticsearch have experience with the spring-data 
>> elasticsearch library? Or this question better suited for the Spring forum.
>>
>> Thanks, 
>> Andra
>>
>> -- 
>> 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 elasticsearc...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/3141bf8b-bd9e-43c8-afdb-3ffcf7fb53a5%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/5b77905a-5c08-4e1b-9653-3aa8b3f43c2c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.