python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to connect to multiple servers in spring data elasticsearch
I use the following configuration for elastic and I want to use multiple addresses instead of one
@Configuration
@EnableElasticsearchRepositories
class Config {
@Bean
fun client(): RestHighLevelClien...
Ramin Asadi
Votes: 0
Answers: 1
How to package a spring boot project using spring data elastcsearch with maven without skiping test?
I'm putting together a spring boot project that uses spring boot elasticsearch, the plan is to package the project on my local machine as a .jar file, send it to my offsite server, and run it.
On my s...
Morris Town
Votes: 0
Answers: 0
spring-data-elasticsearch latest version throws NullPointer exception with Elasticsearch 8.1 version
Planning to use elasticsearch 8.1 version and use 'org.springframework.boot:spring-boot-starter-data-elasticsearch' in
our project.
Repository.save() throws following exception.
java.lang.NullPointe...
Sankar
Votes: 0
Answers: 2
Creating Nested Query in Spring Data Elasticsearch
I am totally new to Spring Data Elasticsearch and trying to build a query like the one below;
Any help would be greatly appreciated.
{
"query":{
"bool":{
"m...
Cugomastik
Votes: 0
Answers: 1