[Groonga-commit] ranguba/epub-searcher at 33523ee [master] Fix test fixture to follow slight Groonga changes

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Aug 21 03:54:43 JST 2016


KITAITI Makoto	2016-08-21 03:54:43 +0900 (Sun, 21 Aug 2016)

  New Revision: 33523ee88296f5d1829355cea5844129baa02c21
  https://github.com/ranguba/epub-searcher/commit/33523ee88296f5d1829355cea5844129baa02c21

  Message:
    Fix test fixture to follow slight Groonga changes

  Modified files:
    test/epub-searcher/fixtures/defined_schema_dump_expected.txt

  Modified: test/epub-searcher/fixtures/defined_schema_dump_expected.txt (+2 -2)
===================================================================
--- test/epub-searcher/fixtures/defined_schema_dump_expected.txt    2016-07-21 23:44:00 +0900 (2f3ad07)
+++ test/epub-searcher/fixtures/defined_schema_dump_expected.txt    2016-08-21 03:54:43 +0900 (ea483fb)
@@ -6,6 +6,6 @@ column_create Books modified COLUMN_SCALAR Time
 column_create Books title COLUMN_SCALAR ShortText
 column_create Books unique_identifier COLUMN_SCALAR ShortText
 table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
-column_create Terms entries_title_index COLUMN_INDEX|WITH_POSITION Books title
-column_create Terms entries_main_text_index COLUMN_INDEX|WITH_POSITION Books main_text
 column_create Terms entries_author_index COLUMN_INDEX|WITH_POSITION Books author
+column_create Terms entries_main_text_index COLUMN_INDEX|WITH_POSITION Books main_text
+column_create Terms entries_title_index COLUMN_INDEX|WITH_POSITION Books title
-------------- next part --------------
HTML����������������������������...
Download 



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