Kentaro Hayashi
null+****@clear*****
Fri Aug 26 17:35:19 JST 2016
Kentaro Hayashi 2016-07-28 16:27:26 +0900 (Thu, 28 Jul 2016) New Revision: cf3fb73b520a2a001ac69690185d34d85d5d7a37 https://github.com/groonga/groonga/commit/cf3fb73b520a2a001ac69690185d34d85d5d7a37 Message: doc: add template files Added files: doc/source/reference/commands/object_list.rst doc/source/reference/functions/string_substring.rst doc/source/reference/functions/vector_slice.rst Added: doc/source/reference/commands/object_list.rst (+28 -0) 100644 =================================================================== --- /dev/null +++ doc/source/reference/commands/object_list.rst 2016-07-28 16:27:26 +0900 (f512f00) @@ -0,0 +1,28 @@ +.. -*- rst -*- + +.. highlightlang:: none + +.. groonga-command +.. database: commands_object_list + +``object_list`` +=============== + +Summary +------- + +.. versionadded:: 6.0.7 + +Syntax +------ + +This command takes no parameters:: + + object_exist name + +Usage +----- + +Return value +------------ + Added: doc/source/reference/functions/string_substring.rst (+27 -0) 100644 =================================================================== --- /dev/null +++ doc/source/reference/functions/string_substring.rst 2016-07-28 16:27:26 +0900 (4b9f625) @@ -0,0 +1,27 @@ +.. -*- rst -*- + +.. highlightlang:: none + +.. groonga-command +.. database: string_substring + +``vector_slice`` +================ + +Summary +------- + +.. versionadded:: 6.0.7 + +To enable this function, register ``functions/string`` plugin by following the command:: + + plugin_register functions/string + + Syntax +------ + +Usage +----- + +Return value +------------ Added: doc/source/reference/functions/vector_slice.rst (+27 -0) 100644 =================================================================== --- /dev/null +++ doc/source/reference/functions/vector_slice.rst 2016-07-28 16:27:26 +0900 (b9934bd) @@ -0,0 +1,27 @@ +.. -*- rst -*- + +.. highlightlang:: none + +.. groonga-command +.. database: vector_slice + +``vector_slice`` +================ + +Summary +------- + +.. versionadded:: 6.0.7 + +To enable this function, register ``functions/vector`` plugin by following the command:: + + plugin_register functions/vector + + Syntax +------ + +Usage +----- + +Return value +------------ -------------- next part -------------- HTML����������������������������... 다운로드