[Groonga-commit] groonga/groonga at 98f25bd [master] doc: split paragraph

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 19 23:22:54 JST 2015


Kouhei Sutou	2015-08-19 23:22:54 +0900 (Wed, 19 Aug 2015)

  New Revision: 98f25bd733d3623c1170a9535e89ec20b1d821a9
  https://github.com/groonga/groonga/commit/98f25bd733d3623c1170a9535e89ec20b1d821a9

  Message:
    doc: split paragraph

  Modified files:
    doc/source/tutorial/introduction.rst

  Modified: doc/source/tutorial/introduction.rst (+3 -1)
===================================================================
--- doc/source/tutorial/introduction.rst    2015-08-19 23:20:38 +0900 (a136407)
+++ doc/source/tutorial/introduction.rst    2015-08-19 23:22:54 +0900 (8ee2cc6)
@@ -196,7 +196,9 @@ The following shows a command which creates a lexicon table named Terms. The dat
 
 The :doc:`/reference/commands/table_create` command takes many parameters but you don't need to understand all of them. Please skip the next paragraph if you are not interested in how it works.
 
-The TABLE_PAT_KEY flag specifies to store index terms in a patricia trie. The `default_tokenizer` parameter specifies the method for tokenizing text. This example uses TokenBigram that is generally called N-gram. The `normalizer` parameter specifies to normalize index terms.
+The TABLE_PAT_KEY flag specifies to store index terms in a patricia trie. The `default_tokenizer` parameter specifies the method for tokenizing text. This example uses TokenBigram that is generally called N-gram.
+
+The `normalizer` parameter specifies to normalize index terms.
 
 Create an index column for full text search
 -------------------------------------------
-------------- next part --------------
HTML����������������������������...
Download 



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