Hi,
I ported some plugins to 1.1.0 and today to 1.2.0.
-
IK Analysis for OpenSearch: The IK Analysis plugin integrates Lucene IK analyzer (Google Code Archive - Long-term storage for Google Code Project Hosting.) into OpenSearch, support customized dictionary. This is a port of medcl’s IK Analysis.
-
OpenNLP Ingest Processor: This processor is doing named/date/location/‘whatever you have a model for’ entity recognition and stores the output in the JSON before it is being stored. This is a port of spinscale’s ElasticsSearch OpenNLP ingest plugin.
-
Langdetect Ingest Processor: Ingest processor doing language detection for fields. Port of GitHub - spinscale/elasticsearch-ingest-langdetect: Ingest processor doing language detection for fields
-
Pinyin Analysis for OpenSearch: This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin. Port of GitHub - medcl/elasticsearch-analysis-pinyin: This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
-
Prometheus Exporter Plugin: This is a builtin exporter from OpenSearch to Prometheus based on the code of Vincent Van Hollebeke and others at GitHub - vvanholl/elasticsearch-prometheus-exporter: Prometheus exporter plugin for Elasticsearch . It collects all relevant metrics and makes them available to Prometheus via the OpenSearch REST API.
-
Learning to Rank Plugin: This is a port of GitHub - o19s/elasticsearch-learning-to-rank: Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch to work with OpenSearch. It’s a rewrite of some parts to be able to work with OpenSearch.
-
STConvert Analysis: STConvert is analyzer that convert Chinese characters between Traditional and Simplified. Port of GitHub - medcl/elasticsearch-analysis-stconvert: STConvert is analyzer that convert chinese characters between traditional and simplified.中文简繁體互相转换.
I also create an initial awesome page to track only links to OpenSearch Stuff (all PRs are welcomed). I’ll try to track references in medium and forum.
I’ll send a PR @searchymcsearchface for OpenSearch Website