api.asciidoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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/kzwang/elasticsearch-image[Elasticsearch Image Plugin]:
  12. Uses https://code.google.com/p/lire/[Lire (Lucene Image Retrieval)] to allow users
  13. to index images and search for similar images (by Kevin Wang)
  14. * https://github.com/wikimedia/search-highlighter[Elasticsearch Experimental Highlighter]:
  15. (by Wikimedia Foundation/Nik Everett)
  16. * https://github.com/YannBrrd/elasticsearch-entity-resolution[Entity Resolution Plugin]:
  17. Uses http://github.com/larsga/Duke[Duke] for duplication detection (by Yann Barraud)
  18. * https://github.com/NLPchina/elasticsearch-sql/[SQL language Plugin]:
  19. Allows Elasticsearch to be queried with SQL (by nlpcn)
  20. * https://github.com/codelibs/elasticsearch-taste[Elasticsearch Taste Plugin]:
  21. Mahout Taste-based Collaborative Filtering implementation (by CodeLibs Project)
  22. * https://github.com/hadashiA/elasticsearch-flavor[Elasticsearch Flavor Plugin] using
  23. http://mahout.apache.org/[Mahout] Collaboration filtering (by hadashiA)
  24. * https://github.com/jurgc11/es-change-feed-plugin[WebSocket Change Feed Plugin] (by ForgeRock/Chris Clifton)