[Groonga-commit] groonga/groonga at 5f8ec04 [master] doc: list added functions

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 27 11:16:45 JST 2015


Kouhei Sutou	2015-03-27 11:16:45 +0900 (Fri, 27 Mar 2015)

  New Revision: 5f8ec0414f926a304f347595f4e910d598917c4e
  https://github.com/groonga/groonga/commit/5f8ec0414f926a304f347595f4e910d598917c4e

  Message:
    doc: list added functions

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+7 -2)
===================================================================
--- doc/source/news.rst    2015-03-27 11:10:39 +0900 (6e78dc4)
+++ doc/source/news.rst    2015-03-27 11:16:45 +0900 (dd8ffc8)
@@ -45,8 +45,13 @@ Improvements
 * ??? Supported sort by index value.
 * Supported to customize score function. See :doc:`/reference/scorer`
   for details.
-* Added some functions to distinct the type of :c:type:`grn_obj` for
-  API users.
+* Added the following predicates that check :c:type:`grn_obj` type to
+  DB API:
+  * :c:func:`grn_obj_is_table()`
+  * :c:func:`grn_obj_is_proc_proc()`
+  * :c:func:`grn_obj_is_function_proc()`
+  * :c:func:`grn_obj_is_selector_proc()`
+  * :c:func:`grn_obj_is_scorer_proc()`
 * [experimental] Supported skipping posting list when searching
   popular term and rare term at the same time. It will improve
   performance. Set ``GRN_II_CURSOR_SET_MIN_ENABLE`` environment
-------------- next part --------------
HTML����������������������������...
Download 



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