No video

How to index or insert documents in ElasticSearch (POST - PUT method)

There are different ways to index or create documents in Elastic search. We are going to accomplish this through the elastic search api using the POST and PUT method (with their differences) and the bulk api or bulk API.
The content:
00:11 - How to index documents in ElasticSearch.
00:29 - Document indexing structure
01:48 - Indexing with PUT method
02:42 - Document indexing response
04:08 - Indexing with POST method
05:56 - Indexing with _create
07:08 - Indexing with bulk API
Watch all the videos of the elastic search course: • Elastic Search PASO a ...
Facebook: goo.gl/HDLFyn
Twitter: goo.gl/pcFziM
#elasticsearch

Пікірлер: 2

  • @javiereduardorojashernande3237
    @javiereduardorojashernande32373 ай бұрын

    Hola amigo! Que buen video! Una pregunta, existe una manera que al guardar un documento en elastic search, uno de los campos del indice se pueda guardar un objeto?

  • @Ingenioempresa

    @Ingenioempresa

    3 ай бұрын

    Puedes utilizar el tipo de dato objeto para ese propósito www.elastic.co/guide/en/elasticsearch/reference/current/object.html o el tipo de dato nested field, más apropiado para arrays de objetos, o incluso el flattened. Aquí te cuento más de las diferencias: kzread.info/dash/bejne/f5Obx8yJgNetldI.html