[Groonga-commit] groonga/groonga [master] doc: update execution examples

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Nov 30 16:55:21 JST 2012


HAYASHI Kentaro	2012-11-30 16:55:21 +0900 (Fri, 30 Nov 2012)

  New Revision: 8ff4f0b37c21bcbea8bc7069fb970dbb01996edd
  https://github.com/groonga/groonga/commit/8ff4f0b37c21bcbea8bc7069fb970dbb01996edd

  Log:
    doc: update execution examples

  Modified files:
    doc/files.am
    doc/source/tutorial/match_columns.txt
  Renamed files:
    doc/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log
      (from doc/source/example/tutorial/match_columns-nested-index-data2.log)
    doc/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log
      (from doc/source/example/tutorial/match_columns-nested-index-schema2.log)
    doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log
      (from doc/source/example/tutorial/match_columns-nested-index-select2.log)

  Modified: doc/files.am (+6 -6)
===================================================================
--- doc/files.am    2012-11-30 16:37:40 +0900 (3823732)
+++ doc/files.am    2012-11-30 16:55:21 +0900 (e45c686)
@@ -173,12 +173,12 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-2.log \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-3.log \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-4.log \
+	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-data.log \
-	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-data2.log \
+	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-schema.log \
-	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-schema2.log \
+	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log \
 	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-select.log \
-	$(top_srcdir)/doc/source/example/tutorial/match_columns-nested-index-select2.log \
 	$(top_srcdir)/doc/source/example/tutorial/micro_blog-1.log \
 	$(top_srcdir)/doc/source/example/tutorial/micro_blog-10.log \
 	$(top_srcdir)/doc/source/example/tutorial/micro_blog-2.log \
@@ -582,12 +582,12 @@ source_files_relative_from_doc_dir = \
 	source/example/tutorial/match_columns-2.log \
 	source/example/tutorial/match_columns-3.log \
 	source/example/tutorial/match_columns-4.log \
+	source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log \
 	source/example/tutorial/match_columns-nested-index-data.log \
-	source/example/tutorial/match_columns-nested-index-data2.log \
+	source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log \
 	source/example/tutorial/match_columns-nested-index-schema.log \
-	source/example/tutorial/match_columns-nested-index-schema2.log \
+	source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log \
 	source/example/tutorial/match_columns-nested-index-select.log \
-	source/example/tutorial/match_columns-nested-index-select2.log \
 	source/example/tutorial/micro_blog-1.log \
 	source/example/tutorial/micro_blog-10.log \
 	source/example/tutorial/micro_blog-2.log \

  Renamed: doc/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log (+0 -0) 100%
===================================================================

  Renamed: doc/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log (+0 -0) 100%
===================================================================

  Renamed: doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log (+0 -0) 100%
===================================================================

  Modified: doc/source/tutorial/match_columns.txt (+3 -3)
===================================================================
--- doc/source/tutorial/match_columns.txt    2012-11-30 16:37:40 +0900 (6d8bacc)
+++ doc/source/tutorial/match_columns.txt    2012-11-30 16:55:21 +0900 (cb620c2)
@@ -155,7 +155,7 @@ The feature of nested index search is not limited to the relationship between tw
 Here is the sample schema similar to previous one. The difference is added table which express 'Reply' and relationship is extended to three tables.
 
 .. groonga-command
-.. include:: ../example/tutorial/match_columns-nested-index-schema2.log
+.. include:: ../example/tutorial/match_columns-nested-index-schema-with-three-relationship.log
 .. table_create Replies2 TABLE_HASH_KEY UInt32
 .. column_create Replies2 content COLUMN_SCALAR ShortText
 .. table_create Comments2 TABLE_HASH_KEY UInt32
@@ -174,7 +174,7 @@ Here is the sample schema similar to previous one. The difference is added table
 Here is the sample data.
 
 .. groonga-command
-.. include:: ../example/tutorial/match_columns-nested-index-data2.log
+.. include:: ../example/tutorial/match_columns-nested-index-data-with-three-relationship.log
 .. load --table Replies2
 .. [
 .. {"_key": 1, "content": "I'm using rroonga too!"},
@@ -202,7 +202,7 @@ Query for searching the records described above::
 The first query searches 'mroonga' from Comments2 table, the second one searches 'mroonga' from Replies2 and Comment2 table by using reference column index.
 
 .. groonga-command
-.. include:: ../example/tutorial/match_columns-nested-index-select2.log
+.. include:: ../example/tutorial/match_columns-nested-index-select-with-three-relationship.log
 .. select Articles2 --match_columns comment.content --query mroonga --output_columns "_id, _score, *" 
 .. select Articles2 --match_columns comment.comment.content --query mroonga --output_columns "_id, _score, *" 
 
-------------- next part --------------
HTML����������������������������...
Download 



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