Nested vs object elasticsearch | How do I query nested objects in Elasticsearch?

preview_player
Показать описание
This TechLearner video on Elasticsearch Tutorial will help you in understanding the basic concept of elasticsearch and also help you in building a strong foundation on ELK stack . This video help you in learning following topics:
elasticsearch nested vs object
Nested vs object elasticsearch
elasticsearch object type
How do I query nested objects in Elasticsearch?
Рекомендации по теме
Комментарии
Автор

I have been stuck with an issue with nested mapping for almost 3 days now. Right now I have like 20+ tabs open searching for solutions, finally found a logical explanation and code example from this video. Thanks a lot. I can sleep in peace today!

hishammubarak
Автор

What is the advantage of nested?
Is it to exclude it from "global" searches (make the search quicker)?
Like for example searching for a post, and excluding all the comments, or reports etc?

MrKristian
Автор

Can you provide code samples for each lesson? That would be useful for testing and playing around.

cptechno
Автор

Hi, your tutorial with elastic search is very good, can you please create a tutorial elastic search with java using spring-boot?

muaajsombare
Автор

Hi Mam,


How to check whether this field is enabled for search or not?


Thanks,
Sunil

salesforcedream
Автор

Dear Mam,
I am from SQL background and new in elasticsearch i have a scenario e.g (SQL) there are two tables having joined relationship Person table and Gender lookup table
select * from Person p inner join Gender g on g.id = p.genderid,
how to make such relationship in elasticsearch, when i am creating database for person in elasticsearch i want to create proper relationship for person and gender table which are two separate table.

sayedisrar
Автор

How to view the result of the nested object query in discover or visualization of kibana?

muhammeddanish
Автор

What if I insert just _language_ and not the _skill_ while inserting data, will the _developer index_ accept the data?

yogeshkurane
Автор

How many levels of nested can we go? performance issues?

NaveenSiddareddy
Автор

Can we create multiple type in same index?

abhaykantnirala
Автор

Amita, isn't _type deprecated in 7.1? why is it still being used?

robertlozano
Автор

Very well explained. Can you please make a video for syncing data between MongoDB and Elastic Search in a node js application?

jeshan
Автор

Hi amita, can you explain me how to write query for hierarchy for example
Name: Narayana
Family details:{
Daughter: kalagna,
Son: anirudh
Wife: jayamma
}
Where as daughter kalagna have a daughter and anirudh have a son, so if I search name : narayana, i will get only one result but I am expecting to get the entire family as result. Including daughters family and son family too in the result. Is it possible.? Just like 1 query get the result and again run the query with the result I got.

Anveshreddy
Автор

how to search nested field with normal both

janmaijaysinghbisen
Автор

Mam, can you please make a video on creating 4 to 5 level nested document and searching nested documents through APIs without defining query example we can search using API /_search?q=tech

TejuChai