[Groonga-commit] groonga/groonga at a4f613d [master] doc: add list of generated tables

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Oct 18 16:09:24 JST 2013


HAYASHI Kentaro	2013-10-18 16:09:24 +0900 (Fri, 18 Oct 2013)

  New Revision: a4f613dc6c6c07e1b695a0065c6fbc8e5f18022b
  https://github.com/groonga/groonga/commit/a4f613dc6c6c07e1b695a0065c6fbc8e5f18022b

  Message:
    doc: add list of generated tables
    
    TODO: add information about columns of generated tables

  Modified files:
    doc/source/reference/executables/groonga-suggest-create-dataset.txt

  Modified: doc/source/reference/executables/groonga-suggest-create-dataset.txt (+13 -0)
===================================================================
--- doc/source/reference/executables/groonga-suggest-create-dataset.txt    2013-10-18 15:48:27 +0900 (bf956f2)
+++ doc/source/reference/executables/groonga-suggest-create-dataset.txt    2013-10-18 16:09:24 +0900 (3ad204f)
@@ -22,6 +22,19 @@ DESCTIPION
 
 groonga-suggest-create-dataset creates a dataset for :doc:`/suggest`. A database has many datasets. This command just defines schema for a suggestion dataset.
 
+This command generates some tables and columns for :doc:`/suggest`.
+
+Here is the list of such tables. If you specify 'query' as dataset name, following '_DATASET' suffix are replaced. Thus, 'item_query', 'pair_query', 'sequence_query', 'event_query' tables are generated.
+
+* event_type
+* bigram
+* kana
+* item_DATASET
+* pair_DATASET
+* sequence_DATASET
+* event_DATASET
+* configuration
+
 OPTIONS
 -------
 
-------------- next part --------------
HTML����������������������������...
Download 



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