python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Speed up Elasticsearch Test Containers
I have moved the java integration tests to use elasticsearch test containers instead of using embedded elasticsearch. The tests have become slower by 1 hour which is a huge productivity hit. I am look...
A_G
Votes: 0
Answers: 1
Bulk indexing multiple documents at once in Spring Data ElasticSearch, how?
There doesn't seem to have anything related to bulk operation like bulk indexing multiple documents at once in https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html
Is it even s...
wxh
Votes: 0
Answers: 1
Index templates in Spring Data ElasticSearch, how?
I've read https://spring.io/blog/2020/11/24/spring-data-2020-0-new-and-noteworthy-in-spring-data-elasticsearch-4-1 that index template was implemented.
But searching index temp in https://docs.spring....
wxh
Votes: 0
Answers: 0
Is It possible to dynamically remove indexing on a field on Elasticsearch using spring data?
I need to index all the fields of an Elasticsearch index when building the index, but after some time, if needed change the index value to false and improve the performance by removing indexing from s...
FargolK
Votes: 0
Answers: 1