Elasticsearch Pipeline Support #16152
cbadger-montecitobank
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
That's a good idea, yes. However what exactly would you like to use the pipeline for? A workaround may be possible today. Is this something you'd like to work on contributing? If you, please open an issue, and let's finalize the implementation details under it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the ability to specify the name of an ingest pipeline to use when indexing content items into Elasticsearch would be helpful. All it would take is an extra index setting that let's you specify a pipeline name, then a one-line code change in ElasticIndexManager.cs -> StoreDocumentsAsync():
This would allow document manipulation before it gets stored. My understanding is that when documents are ingested via API, there's no other options for running pipelines unless they are specified by the client during an index request.
Beta Was this translation helpful? Give feedback.
All reactions