CategoryElasticSearch

OpenSearch ML reranking with AWS Personalize Service

O

Hi, Recently I had an opportunity to make a practical research around AWS Personalize Service. My main goal was to test Personalized-Ranking recipe and to verify how it works in pair with rather fresh AWS feature – OpenSearch Personalize ranking plugin. I had to verify if is possible to bring our existing search system at new level with ML personalizing features. The main thing that I was...

How to work with Elasticsearch 8 using Spring Boot 3.x and Spring Data Elasticsearch 5.x

H

Hi, Elasticsearch fans At current article I would like to show you how to work with Elasticsearch 8 version using Spring Boot 3.x version and Spring Data Elasticsearch 5.x package. It appeared that at Spring Data Elasticsearch 5.x version has a lot of different changes. First of all Elasticsearch 8 has security options enabled out of the box. As result the way we have to connect to search engine...

ElasticSearch as you have never known it before – EXCLUSIVE CONTENT

E

Udemy Coupons: ELASTICSEARCHAPRIL1 – active 07.04.2024-12.04.2024; ELASTICSEARCHAPRIL2 – active 12.04.2024-17.04.2024; ELASTICSEARCHAPRIL3 – active 17.04.2024-22.04.2024;in case coupons are already expired, please check that page regularly – new one will appear soon; Here I want to present an introduction to my on-line course: “Elasticsearch as you have never known it before”. At that...

AWS devops: ElasticSearch at AWS with terraform and ansible

A

Udemy Coupon: AWSDEVOPSAPRIL – active 15.04.2024-20.04.2024 in case coupons are already expired, please check that page regularly – new one will appear soon; ENROLL AT AWS devops course Are you interested in docker orchestration? Would you like to uncover deep insights and pitfalls of AWS? Do you want to see the real power of Terraform and Ansible at real commercial examples? Or maybe you...

Elasticsearch indexing secrets or how to speed up indexing

E

Hi, Elasticsearch fans. As probably all of you know, indexing of documents at Elasticsearch can appear to be a rather often operation. Changing fields mapping or document relationships, changing the number of shards and many other things force us to make reindexing of whole data. And when we have great amounts of data – then it appears to be a great problem. At that article we will speak...

Inside Elasticsearch cluster – how it works, performance, monitoring and hardware – Part 1

I

Hi, That is the beginning of article’s series devoted to the deep insides of Elasticsearch cluster. I will try to describe the most interesting and useful aspects of how Elasticsearch works, what is shards, what makes impact at performance, how to choose hardware and what parameters should be under constant monitoring. I will try to explain all as simple as possible sharing my 8...

Java ElasticSearch

J

Hi, Current article is the introduction to the practice series of articles devoted to theme “How to work with ElasticSearch using Java and Spring Boot Framework”. You may treat it as Spring Boot ElasticSearch tutorial though you will get also additional deep knowledge at how to build search microservice from scratch, how to use programming patterns at real examples. So, lets start...

ElasticSearch Python Flask

E

Hi, Current article is the introduction to the practice series of articles devoted to theme “How to work with ElasticSearch using Python and Flask framework”. You may treat it as Python ElasticSearch tutorial though you will get also additional deep knowledge at how to build search microservice from scratch, how to use programming patterns at real examples. So, lets start from task...

Symfony ElasticSearch

S

Hi, Current article is the introduction to the practice series of articles devoted to theme “How to work with ElasticSearch using Symfony PHP framework”. You may treat it as Symfony ElasticSearch tutorial though you will get also additional deep knowledge at how to build search microservice from scratch, how to use programming patterns at real examples. So, lets start from task...

How to build recommendation system using ElasticSearch

H

At that article we are going to speak about Recommendation Systems. And we will start from theory as always. So what does it mean at all? Recommendation System (RS) – is a subclass of information filtering system that seeks to predict the “rating” or “preference” a user would give to an item. Recommender systems are used in a variety of areas. Examples: playlist...

architecture AWS cluster cyber-security devops devops-basics docker elasticsearch flask geo high availability java machine learning opensearch php programming languages python recommendation systems search systems spring boot symfony