Yasuhiro Horimoto 2019-03-29 10:35:39 +0900 (Fri, 29 Mar 2019) Revision: da15f6f220f097f3bdecf2852c554c9814d86361 https://github.com/groonga/groonga.org/commit/da15f6f220f097f3bdecf2852c554c9814d86361 Message: blog en: fix typos Modified files: en/_posts/2019-03-29-groonga-9.0.1.md Modified: en/_posts/2019-03-29-groonga-9.0.1.md (+7 -7) =================================================================== --- en/_posts/2019-03-29-groonga-9.0.1.md 2019-03-29 10:34:10 +0900 (34c8d0776) +++ en/_posts/2019-03-29-groonga-9.0.1.md 2019-03-29 10:35:39 +0900 (326c1803c) @@ -17,17 +17,17 @@ Here are important changes in this release: * [select](/docs/reference/commands/select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. -* Added ``index_column_diff`` command to check broken index column. (This feature is during verification.) +* Added `index_column_diff` command to check broken index column. (This feature is during verification.) * Fixed a bug that deleted records may be matched because of updating indexes incorrectly. * It may occure when large number of records is added or deleted. -* Fixed a memory leak when ``logical_range_filter`` returns no records. +* Fixed a memory leak when `logical_range_filter` returns no records. * Fixed a bug that query will not match because of loading data is not normalized correctly. - * This bug occurs when load data contains whitespace after KATAKANA and ``unify_kana`` option is used for tokenizer. + * This bug occurs when load data contains whitespace after KATAKANA and `unify_kana` option is used for tokenizer. * Fixed a bug that an indexes is broken during updating indexes. @@ -158,7 +158,7 @@ select --table Logs ] ``` -### Added ``index_column_diff`` command to check broken index column. (This feature is during the verification.) +### Added `index_column_diff` command to check broken index column. (This feature is during the verification.) We can check the broken index by this command. However, this feature has been during the verification yet. @@ -175,9 +175,9 @@ index_column_diff index_table_name index_column_name result of this command have three items as below -* ``token`` : This item shows broken token. -* ``remains`` : This item shows it has remained posting-list in index unintentionally. -* ``missings`` : This item shows it has been deleted posting-list in index unintentionally. +* `token` : This item shows broken token. +* `remains` : This item shows it has remained posting-list in index unintentionally. +* `missings` : This item shows it has been deleted posting-list in index unintentionally. If indexes are normal, this command returns empty value as below. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190329/b746e358/attachment-0001.html>