[Groonga-commit] groonga/fluent-plugin-droonga at e6ec7f7 [master] Create index for the fixture database

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 19 17:54:25 JST 2013


YUKI Hiroshi	2013-04-19 17:54:25 +0900 (Fri, 19 Apr 2013)

  New Revision: e6ec7f7ab25615d4763b801e17f28d946f952901
  https://github.com/groonga/fluent-plugin-droonga/commit/e6ec7f7ab25615d4763b801e17f28d946f952901

  Message:
    Create index for the fixture database

  Modified files:
    test/fixtures/document.grn

  Modified: test/fixtures/document.grn (+2 -0)
===================================================================
--- test/fixtures/document.grn    2013-04-19 17:47:20 +0900 (b48599c)
+++ test/fixtures/document.grn    2013-04-19 17:54:25 +0900 (e3d6659)
@@ -6,6 +6,8 @@ table_create Bigram TABLE_PAT_KEY ShortText \
 table_create Sections TABLE_HASH_KEY ShortText
 column_create Sections title COLUMN_SCALAR ShortText
 column_create Sections content COLUMN_SCALAR Text
+column_create Bigram Sections_title COLUMN_INDEX|WITH_POSITION Sections title
+column_create Bigram Sections_content COLUMN_INDEX|WITH_POSITION Sections content
 
 load --table Sections
 [
-------------- next part --------------
HTML����������������������������...
Download 



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