All Questions
5 questions
1
vote
0
answers
76
views
Elastic search filter aggregation implementation with java
How should I implement it in java springboot using querybuilder?
GET logs/_search
{
"size": 0,
"aggs" : {
"messages" : {
"filters" : {
&...
1
vote
1
answer
1k
views
Spring Data Version Compatibility VS Elasticsearch version Compatibility
I have my Spring version as 3.0.5 and ElasticSearch version as 5.6.10.
Now, I want to migrate Elasticsearch version to 6.3. So, will my Spring be compatible with ElasticSearch 6.3 version.
Thank you
1
vote
2
answers
523
views
Performing external operations after Elasticsearch indexing
I'm currently indexing webpages to elasticsearch. The indexing are done through java (Spring) and also through Apache Nutch.
I met with a situation that, I have to call an external API just after ...
2
votes
1
answer
2k
views
Wrong pagination using Spring Data ElasticSearch 3.0.0.BUILD-SNAPSHOT with Elasticsearch 5.4.0
I'm trying to retrieve pageable information from elasticsearch 5.4.0 using current spring-boot-starter-data-elasticsearch 2.0.0.BUILD-SNAPSHOT that uses spring-data-elasticsearch 3.0.0.BUILD-SNAPSHOT, ...
0
votes
1
answer
446
views
Configure Spring bean by setting up the elastic 5.5.1 configuration settings and create a transport client bean
I am trying to use ElasticSearch Java API 5.5.1 and while trying to create a bean for PreBuiltTransportClient(TransportClient in ES 2.3) I am facing the below issue.
Error creating bean with name '...