mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
Plugin discovery documentation contained information about installing Elasticsearch 2.0 and installing an oracle JDK, both of which is no longer valid. While noticing that the instructions used cleartext HTTP to install packages, this commit replaces HTTPs links instead of HTTP where possible. In addition a few community links have been removed, as they do not seem to exist anymore. Co-authored-by: Alexander Reelsen <alexander@reelsen.net>
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
[[api]]
|
|
== API Extension Plugins
|
|
|
|
API extension plugins add new functionality to Elasticsearch by adding new APIs or features, usually to do with search or mapping.
|
|
|
|
[discrete]
|
|
=== Community contributed API extension plugins
|
|
|
|
A number of plugins have been contributed by our community:
|
|
|
|
* https://github.com/carrot2/elasticsearch-carrot2[carrot2 Plugin]:
|
|
Results clustering with https://github.com/carrot2/carrot2[carrot2] (by Dawid Weiss)
|
|
|
|
* https://github.com/wikimedia/search-extra[Elasticsearch Trigram Accelerated Regular Expression Filter]:
|
|
(by Wikimedia Foundation/Nik Everett)
|
|
|
|
* https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]:
|
|
(by Wikimedia Foundation/Nik Everett)
|
|
|
|
* https://github.com/YannBrrd/elasticsearch-entity-resolution[Entity Resolution Plugin]:
|
|
Uses https://github.com/larsga/Duke[Duke] for duplication detection (by Yann Barraud)
|
|
|
|
* https://github.com/zentity-io/zentity[Entity Resolution Plugin] (https://zentity.io[zentity]):
|
|
Real-time entity resolution with pure Elasticsearch (by Dave Moore)
|
|
|
|
* https://github.com/ritesh-kapoor/elasticsearch-pql[PQL language Plugin]:
|
|
Allows Elasticsearch to be queried with simple pipeline query syntax.
|
|
|
|
* https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]:
|
|
Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project)
|
|
|
|
* https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton)
|