api.asciidoc 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. [[api]]
  2. == API Extension Plugins
  3. API extension plugins add new functionality to Elasticsearch by adding new APIs or features, usually to do with search or mapping.
  4. [float]
  5. === Community contributed API extension plugins
  6. A number of plugins have been contributed by our community:
  7. * https://github.com/carrot2/elasticsearch-carrot2[carrot2 Plugin]:
  8. Results clustering with http://project.carrot2.org/[carrot2] (by Dawid Weiss)
  9. * https://github.com/wikimedia/search-extra[Elasticsearch Trigram Accelerated Regular Expression Filter]:
  10. (by Wikimedia Foundation/Nik Everett)
  11. * https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]:
  12. (by Wikimedia Foundation/Nik Everett)
  13. * https://github.com/YannBrrd/elasticsearch-entity-resolution[Entity Resolution Plugin]:
  14. Uses http://github.com/larsga/Duke[Duke] for duplication detection (by Yann Barraud)
  15. * https://github.com/zentity-io/zentity[Entity Resolution Plugin] (https://zentity.io[zentity]):
  16. Real-time entity resolution with pure Elasticsearch (by Dave Moore)
  17. * https://github.com/ritesh-kapoor/elasticsearch-pql[PQL language Plugin]:
  18. Allows Elasticsearch to be queried with simple pipeline query syntax.
  19. * https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]:
  20. Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project)
  21. * https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton)