Yasuhiro Horimoto
null+****@clear*****
Wed Jun 20 21:35:25 JST 2018
Yasuhiro Horimoto 2018-06-20 21:35:25 +0900 (Wed, 20 Jun 2018) New Revision: 755e483f230da9d51f92b61055d642d8606ce1d3 https://github.com/groonga/groonga/commit/755e483f230da9d51f92b61055d642d8606ce1d3 Merged 8a52f23: Merge pull request #850 from komainu8/add_check_exist_with_section_flag Message: test: fix to add "WITH_SECTION" when performing a full-text search on vector columns. Because begin to occur error when a full-text search for vector column if we don't set "WITH_SECTION" flag. Modified files: test/unit/core/test-command-select.c Modified: test/unit/core/test-command-select.c (+1 -1) =================================================================== --- test/unit/core/test-command-select.c 2018-06-20 16:04:41 +0900 (24054d145) +++ test/unit/core/test-command-select.c 2018-06-20 21:35:25 +0900 (bf4d869dd) @@ -162,7 +162,7 @@ test_vector_text(void) "TABLE_PAT_KEY|KEY_NORMALIZE ShortText " "--default_tokenizer TokenBigram"); assert_send_command("column_create Terms Blogs_articles " - "COLUMN_INDEX|WITH_POSITION Blogs articles"); + "COLUMN_INDEX|WITH_POSITION|WITH_SECTION Blogs articles"); assert_send_command("load --table Blogs --columns '_key, articles' \n" "[\n" -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180620/10746415/attachment.htm