spring-data-jest icon indicating copy to clipboard operation
spring-data-jest copied to clipboard

Spring Data Implementation for Jest

Results 23 spring-data-jest issues
Sort by recently updated
recently updated
newest added

* environment: [] springboot version: 2.3.5.RELEASE [] springcloud version:Hoxton.SR9 [] spring-boot-autoconfigure version:2.3.5.RELEASE * run trace stack: ``` 2020-12-21 16:25:04,732 ERROR [main] o.s.b.SpringApplication - Application run failed java.lang.IllegalArgumentException: Could not find...

bug

Hi @VanRoy , I tried to autowire the JestElasticsearchTemplate and it is returning below error. Action: Consider defining a bean of type 'com.github.vanroy.springdata.jest.JestElasticsearchTemplate' in your configuration. for code ` @Service...

question

I have been problem with the uso of scroll. "Result window is too large, from + size must be less than or equal to: [10000] but was [10020]" I need...

enhancement

Is there a plan to support ES 7?

enhancement

I have data stored in elasticsearch by this code that contains a / in the value. Storing the data works fine. However, when I go to retrieve the data, it...

question

I'm trying to use getIndicesFromAlias and it's throwing a JestElasticSearchException when it can't find the index. This is the code that throws. ``` public Set getIndicesFromAlias(String aliasName) { JestResult result...

bug

I download [this project ](https://github.com/VanRoy/spring-data-jest/tree/master/spring-boot-sample-data-jest-aws) and change aws elastic search url with mine I am not able to start project error: ```` Exception in thread "main" org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...

Cannot execute jest action , response code : 400 , error : {"root_cause":[{"type":"parse_exception","reason":"field must be either [lat], [lon] or [geohash]"}],"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"parse_exception","reason":"field must be either [lat], [lon] or [geohash]"}} ,...

Is it possible to rotate indexes in Spring data jest using the `indexName` property in `@Document` . This is similar to how we can do the same in filebeat example...

enhancement

Hi , I am using spring data jest to index some of my bulk data sets using spring data saveAll method . THis breaks sometimes and throws an exception as...

question