spring-data-jest
spring-data-jest copied to clipboard
Spring Data Implementation for Jest
Hi, Is there a way to build a suggestion query with spring-data-jest? For example: ``` { "_source" : { "includes" : ["_id", "name", "state"], "excludes" : ["geo"] }, "suggest" :...
hi, I test the jestElasticSearchRestTemplate.delete(criteriaQuery,UserEntity.class) core ,throw this Exception : 1.(debug mode) NoHttpResponseException :The target server failed to respond 2.(no debug mode)ElasticsearchException:Cannot execute jest action,response code:404,error:404 not found ,message: null...
How can we use internal versioning of Elasticsearch? Elsticsearch has a possibility to use _internal_ (managed by ES) or _external_ (managed in code) types of version to implement optimistic locking...