[Groonga-commit] droonga/droonga.org at bc1b2ee [gh-pages] Add descriptions about collectors

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 6 14:18:54 JST 2014


YUKI Hiroshi	2014-03-06 14:18:54 +0900 (Thu, 06 Mar 2014)

  New Revision: bc1b2eef097c070f8100b3a5135317c9a99906d3
  https://github.com/droonga/droonga.org/commit/bc1b2eef097c070f8100b3a5135317c9a99906d3

  Message:
    Add descriptions about collectors

  Added files:
    reference/plugin/collector/index.md
  Modified files:
    reference/plugin/index.md

  Added: reference/plugin/collector/index.md (+31 -0) 100644
===================================================================
--- /dev/null
+++ reference/plugin/collector/index.md    2014-03-06 14:18:54 +0900 (45cb46a)
@@ -0,0 +1,31 @@
+---
+title: Collector
+layout: en
+---
+
+* TOC
+{:toc}
+
+
+## Abstract {#abstract}
+
+A collector merges two input values to a result.
+The Droonga Engine tries to collect three or more values by applying the specified collector again and again.
+
+## Built-in collector classes {#builtin-collectors}
+
+There are some pre-defined collector classes used by built-in plugins.
+Of course they are avialable for your custom plugins.
+
+### `Droonga::Collectors::And`
+
+(TBD)
+
+### `Droonga::Collectors::Or`
+
+(TBD)
+
+### `Droonga::Collectors::Sum`
+
+(TBD)
+

  Modified: reference/plugin/index.md (+1 -0)
===================================================================
--- reference/plugin/index.md    2014-03-06 14:09:33 +0900 (5080035)
+++ reference/plugin/index.md    2014-03-06 14:18:54 +0900 (89e7398)
@@ -9,4 +9,5 @@ See also the [plugin development tutorial](../../tutorial/plugin-development/).
  * [API set for the adaption phase](adapter/)
  * [API set for the handling phase](handler/)
  * [Matching pattern for messages](matching-pattern/)
+ * [Collector](collector/)
  * [Error handling](error/)
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index