Nos articles taggués « elasticsearch »
How to build a OR condition in Elasticsearch Query DSL
Today I want to share a little piece of information about the Elasticsearch Query DSL we all love and cherish. There is no « or » or « and » query. There was one in Elasticsearch <= 2.4 but it’s…
par Damien Alexandre
Use Bayesian Averages to Improve Rating Sorting in your Elasticsearch Index
EDIT: There were two typos in this article. In the formula we were wrong about the position of one of the arguments which made it wrong, we invite you to check again the formula so you can fix it too. And in the…
par Baptiste Leduc
Des frites, du PHP et de la bière
Eh oui, vous l’aurez deviné, c’est à Lille que s’est tenu l’AFUP Day 2022 ! Voici ce que nous en avons retenu, entre un welsh et une carbonade. Autour de PHP PHP 8.1 en détail – Damien SEGUY Quoi de mieux pour…
par Baptiste Leduc, + 1 autre
Docker Cheat Sheet for Common Database Engine
I use docker almost everyday, and usually everything is already set-up in the project. But from time to time I need one or a few tools to do something. For example, when I contribute to a project that require a…
par Grégoire Pineau
Log all the searches going through Elasticsearch
You are looking for a way to retrieve the full Query DSL sent by an application to Elasticsearch in order to debug or simply see what’s going on. This article got you covered. Sometimes we cannot inspect the HTTP…
par Damien Alexandre
Quelques savoirs Elasticsearch acquis à ElasticCC
La première Elastic Community Conference a eu lieu vendredi dernier. Nous y étions et voici – un peu en vrac – les quelques astuces et fonctionnalités que nous avons découvert ou redécouvert lors des quelques talks…
par Damien Alexandre
Elasticsearch the right way in Symfony
You are building an application with Symfony – good choice 😜 – but now you need some full-text search capabilities? This article is for you. Multiple options are available: going full RDMS and using FULLTEXT indexes…
par Damien Alexandre
How to copy an Elasticsearch index from the production to a local Docker container
I faced an issue with Elasticsearch last week, and in order to reproduce it, I wanted to have the full index on my development machine. To do that, I have some options: Use a backup: but I only want one indice.…
par Grégoire Pineau
How to visualize Symfony logs in dev with Elasticsearch and Kibana
Symfony comes with Monolog and some extension like easy-log-handler that writes logs in a fancier format in var/log/dev.log. But if you are building a complex application, many API endpoints can be hit at the same…
par Grégoire Pineau
Introducing Elastically, our Elastica Ally
Sorry for the pun 😅 In March, I got the chance to share my knowledge about Elasticsearch and PHP with hundreds of developers at Symfony Live Paris. While building this talk, I tried to make sense of all the PHP…
par Damien Alexandre
InfluxDB vs Elasticsearch for time series and metrics data
When it comes to store time series data, a multitude of time series database (TSDB) are available. In this blog post, we will focus on Elasticsearch and InfluxDB. Which of these solutions best suits our needs?…
par Quentin Brunet
Elasticsearch ICU now understands emoji!
And that simple change in Elastic 6.4 may have a bigger impact on your indices that you might think. Elasticsearch 6.4 is shipped with Lucene 7.4 – this is a one-liner in the official Release Notes but if you look…
par Damien Alexandre
Nos tout premiers meetups en Suisse ⛰️🇨🇭
Depuis l’ouverture de nos locaux à Lausanne, nous avons la chance de pouvoir collaborer, discuter et partager notre amour du code bien fait grâce aux meetups locaux ! En juin, nous avons pris les micros de l’Elastic…
par Anthony Maison
Using Rollup to merge old logs with Elasticsearch 6.3
Log storage and analysis is one of the most popular usage of Elasticsearch today1, it’s easy and it scales. But quickly enough, adding nodes cost too much money and storing logs from multiple months or years can…
par Damien Alexandre
La Elastic{On} Paris 2018 en 5 minutes
Ce mardi 30 janvier avait lieu l’épisode Parisien du Elastic{On} Tour, les mini-conférences locales faisant le tour du monde avant la grand-messe annuelle à San Francisco. La différence est de taille car nous avons…
par Damien Alexandre
Devez-vous migrer vers Elasticsearch 6 ?
La nouvelle version du moteur de recherche vient de sortir ! Nos clients ont déjà commencé à nous poser la question de la migration et nous avons donc souhaité faire un tour d’horizon des avantages qu’elle apporte…
par Damien Alexandre
Construire un bon analyzer français pour Elasticsearch
Dans un index de recherche tel qu’Elasticsearch, une recherche full-text est une simple collecte de documents, qui s’effectue via une comparaison de tokens. Ces tokens vivent dans l’index inversé et ont été extraits…
par Damien Alexandre
Dites-nous tout !
Un de nos articles vous a aidé dans votre travail et vous voulez nous remercier ? Vous avez trouvé une typo ou une erreur ? N’hésitez pas à nous le faire savoir en nous envoyant un message