Browse Source

[DOCS] Add PQL language Plugin (#31237)

Add PQL language Plugin to community plugin page
ritesh-kapoor 7 years ago
parent
commit
2a3a86bb5e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/plugins/api.asciidoc

+ 3 - 0
docs/plugins/api.asciidoc

@@ -26,6 +26,9 @@ A number of plugins have been contributed by our community:
 * https://github.com/NLPchina/elasticsearch-sql/[SQL language Plugin]:
   Allows Elasticsearch to be queried with SQL (by nlpcn)
 
+* 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)