elasticsearch-ingest-langdetect
elasticsearch-ingest-langdetect copied to clipboard
Ingest processor doing language detection for fields
Results
1
elasticsearch-ingest-langdetect issues
Sort by
recently updated
recently updated
newest added
I just tried the following example with Chinese lanaguge: PUT my-index/_doc/2?pipeline=langdetect-pipeline { "my_field": "我爱北京天安门" } Then, I tried to use the following one to retrieve the document: GET my-index/_doc/2 The...