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

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • 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
    @javiereduardorojashernande3237 9 месяцев назад +1

    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  9 месяцев назад

      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: ruclips.net/video/M_gejPPtGeo/видео.html