Specify Elasticsearch Ingest Pipeline in Spring Data Elasticsearch
I am using the Elasticsearch’s 8.x Java API client for indexing documents to Elasticsearch. While indexing, I’m specifying an ingest pipeline to be executed during data ingestion.
I am using the Elasticsearch’s 8.x Java API client for indexing documents to Elasticsearch. While indexing, I’m specifying an ingest pipeline to be executed during data ingestion.