How to execute match query - Spring Data Elasticsearch - Part 3

preview_player
Показать описание
In this tutorial series we take a look at Elasticsearch and see how we can use it together with Spring Boot. To make things easier for use we use awesome Spring Data Elasticsearch. For all of those who are not familiar with it, Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic). Known for its simple REST APIs, distributed nature, speed, and scalability, Elasticsearch is the central component of the Elastic Stack, a set of free and open tools for data ingestion, enrichment, storage, analysis, and visualization. Commonly referred to as the ELK Stack (after Elasticsearch, Logstash, and Kibana), the Elastic Stack now includes a rich collection of lightweight shipping agents known as Beats for sending data to Elasticsearch.

In this video we take a look how we can create a match and multi-match query. In addition we also give a look on what needs to be done in order to recreate an index.

Java API:

Source code:

This videos commit:

Experience the search:

URLs accessed in the tutorial:

#java #springboot #elasticsearch
Рекомендации по теме
Комментарии
Автор

Will there be any updated series? Some components like RestHighLevelClient are deprecated.

ramazanaktas
Автор

how to filter one felid that can have value = 2 or value 3 ;

taingchheangsenge
Автор

Hey, I applied the same for Person but got an error "Unrecognized field '_class' ". How to get it working?

ioannagiannopoulou
Автор

If we wanted to create an index service that accepted any document with one service can this be done? If I have 200 tables I want it to be able to index for any object

EmilDides
Автор

I switched operator to OR but its still showing AND result. Plz help.

siddhantsharma
Автор

Can we do this match query for person index just the same way we did for vehicle index?

_SIYASWAMI
Автор

Can yoh extend this series and make some videos over bulkdelete and indexes?

rajeshbhardwaju
Автор

could you please make some videos using Elasticsearch operations, also perform bulkindex, delete operations

rajeshbhardwaju
visit shbcf.ru