Kouhei Sutou
null+****@clear*****
Sun Dec 28 23:35:38 JST 2014
Kouhei Sutou 2014-12-28 23:35:38 +0900 (Sun, 28 Dec 2014) New Revision: 91fd78c37c2402efcea6906c2002889fa7ae3ae1 https://github.com/groonga/groonga/commit/91fd78c37c2402efcea6906c2002889fa7ae3ae1 Message: doc normalizers: remove groonga-normalizer-mysql examples Because it's external project. We can't use it in the document. Removed files: doc/source/example/reference/normalizers/normalizer-mysql-genral-ci.log doc/source/example/reference/normalizers/normalizer-mysql-register.log Modified files: doc/files.am doc/source/reference/normalizers.rst Modified: doc/files.am (+10 -4) =================================================================== --- doc/files.am 2014-12-28 23:32:19 +0900 (1b4d33b) +++ doc/files.am 2014-12-28 23:35:38 +0900 (377ff16) @@ -40,6 +40,9 @@ absolute_source_files = \ $(top_srcdir)/doc/source/example/reference/commands/column_rename/column_rename.log \ $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \ $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \ + $(top_srcdir)/doc/source/example/reference/commands/lock_clear/column.log \ + $(top_srcdir)/doc/source/example/reference/commands/lock_clear/database.log \ + $(top_srcdir)/doc/source/example/reference/commands/lock_clear/table.log \ $(top_srcdir)/doc/source/example/reference/commands/normalize/normalizer_auto_ascii.log \ $(top_srcdir)/doc/source/example/reference/commands/normalizer_list/simple_example.log \ $(top_srcdir)/doc/source/example/reference/commands/register/query_expanders_tsv.log \ @@ -208,8 +211,6 @@ absolute_source_files = \ $(top_srcdir)/doc/source/example/reference/normalizers/example-load.log \ $(top_srcdir)/doc/source/example/reference/normalizers/example-table-create.log \ $(top_srcdir)/doc/source/example/reference/normalizers/normalizer-auto.log \ - $(top_srcdir)/doc/source/example/reference/normalizers/normalizer-mysql-genral-ci.log \ - $(top_srcdir)/doc/source/example/reference/normalizers/normalizer-mysql-register.log \ $(top_srcdir)/doc/source/example/reference/normalizers/normalizer-nfkc51.log \ $(top_srcdir)/doc/source/example/reference/suggest/complete/registered-word-japan.log \ $(top_srcdir)/doc/source/example/reference/suggest/complete/registered-word-japanese.log \ @@ -443,6 +444,7 @@ absolute_source_files = \ $(top_srcdir)/doc/source/reference/commands/delete.rst \ $(top_srcdir)/doc/source/reference/commands/dump.rst \ $(top_srcdir)/doc/source/reference/commands/load.rst \ + $(top_srcdir)/doc/source/reference/commands/lock_clear.rst \ $(top_srcdir)/doc/source/reference/commands/log_level.rst \ $(top_srcdir)/doc/source/reference/commands/log_put.rst \ $(top_srcdir)/doc/source/reference/commands/log_reopen.rst \ @@ -593,6 +595,9 @@ source_files_relative_from_doc_dir = \ source/example/reference/commands/column_rename/column_rename.log \ source/example/reference/commands/delete/cascade.log \ source/example/reference/commands/delete/status.log \ + source/example/reference/commands/lock_clear/column.log \ + source/example/reference/commands/lock_clear/database.log \ + source/example/reference/commands/lock_clear/table.log \ source/example/reference/commands/normalize/normalizer_auto_ascii.log \ source/example/reference/commands/normalizer_list/simple_example.log \ source/example/reference/commands/register/query_expanders_tsv.log \ @@ -761,8 +766,6 @@ source_files_relative_from_doc_dir = \ source/example/reference/normalizers/example-load.log \ source/example/reference/normalizers/example-table-create.log \ source/example/reference/normalizers/normalizer-auto.log \ - source/example/reference/normalizers/normalizer-mysql-genral-ci.log \ - source/example/reference/normalizers/normalizer-mysql-register.log \ source/example/reference/normalizers/normalizer-nfkc51.log \ source/example/reference/suggest/complete/registered-word-japan.log \ source/example/reference/suggest/complete/registered-word-japanese.log \ @@ -996,6 +999,7 @@ source_files_relative_from_doc_dir = \ source/reference/commands/delete.rst \ source/reference/commands/dump.rst \ source/reference/commands/load.rst \ + source/reference/commands/lock_clear.rst \ source/reference/commands/log_level.rst \ source/reference/commands/log_put.rst \ source/reference/commands/log_reopen.rst \ @@ -1298,6 +1302,7 @@ html_files_relative_from_locale_dir = \ html/_sources/reference/commands/delete.txt \ html/_sources/reference/commands/dump.txt \ html/_sources/reference/commands/load.txt \ + html/_sources/reference/commands/lock_clear.txt \ html/_sources/reference/commands/log_level.txt \ html/_sources/reference/commands/log_put.txt \ html/_sources/reference/commands/log_reopen.txt \ @@ -1499,6 +1504,7 @@ html_files_relative_from_locale_dir = \ html/reference/commands/delete.html \ html/reference/commands/dump.html \ html/reference/commands/load.html \ + html/reference/commands/lock_clear.html \ html/reference/commands/log_level.html \ html/reference/commands/log_put.html \ html/reference/commands/log_reopen.html \ Deleted: doc/source/example/reference/normalizers/normalizer-mysql-genral-ci.log (+0 -4) 100644 =================================================================== --- doc/source/example/reference/normalizers/normalizer-mysql-genral-ci.log 2014-12-28 23:32:19 +0900 (0a433b5) +++ /dev/null @@ -1,4 +0,0 @@ -Execution example:: - - table_create MySQLGeneralLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerMySQLGeneralCI - # [[0, 1337566253.89858, 0.000355720520019531], true] Deleted: doc/source/example/reference/normalizers/normalizer-mysql-register.log (+0 -4) 100644 =================================================================== --- doc/source/example/reference/normalizers/normalizer-mysql-register.log 2014-12-28 23:32:19 +0900 (e8b2267) +++ /dev/null @@ -1,4 +0,0 @@ -Execution example:: - - register normalizers/mysql - # [[0, 1337566253.89858, 0.000355720520019531], true] Modified: doc/source/reference/normalizers.rst (+2 -21) =================================================================== --- doc/source/reference/normalizers.rst 2014-12-28 23:32:19 +0900 (fa959b0) +++ doc/source/reference/normalizers.rst 2014-12-28 23:35:38 +0900 (7fbdfa6) @@ -119,28 +119,9 @@ Here is an example that uses ``NormalizerNFKC51`` normalizer: Additional normalizers ---------------------- -Here is a list of additional normalizers provided by ``groonga-normalizer-mysql`` plugins: - - * ``NormalizerMySQLGeneralCI`` - * ``NormalizerMySQLUnicodeCI`` - * ``NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark`` - -``groonga-normalizer-mysql`` is a Groonga plugin. -It provides MySQL compatible normalizers to Groonga. -``NormalizerMySQLGeneralCI`` corresponds to ``utf8mb4_general_ci``. - -You need to register ``normalizers/mysql`` plugin in advance. - -.. groonga-command -.. include:: ../example/reference/normalizers/normalizer-mysql-register.log -.. register normalizers/mysql - -Here is an example that uses ``NormalizerMySQLGeneralCI`` normalizer: - -.. groonga-command -.. include:: ../example/reference/normalizers/normalizer-mysql-genral-ci.log -.. table_create MySQLGeneralLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerMySQLGeneralCI +There are additional normalizers: + * `groonga-normalizer-mysql <https://github.com/groonga/groonga-normalizer-mysql>_` See also -------- -------------- next part -------------- HTML����������������������������... Télécharger