[Groonga-commit] groonga/groonga at cfaf7aa [master] doc: write description about patricia trie in English

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Aug 20 18:34:30 JST 2014


HAYASHI Kentaro	2014-08-20 18:34:30 +0900 (Wed, 20 Aug 2014)

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

  Message:
    doc: write description about patricia trie in English

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

  Modified: doc/source/tutorial/patricia_trie.rst (+6 -3)
===================================================================
--- doc/source/tutorial/patricia_trie.rst    2014-08-20 16:17:47 +0900 (c0b9453)
+++ doc/source/tutorial/patricia_trie.rst    2014-08-20 18:34:30 +0900 (073ce4e)
@@ -5,10 +5,13 @@
 .. groonga-command
 .. database: tutorial-patricia-trie
 
-パトリシア木による前方一致検索
-==============================
+Prefix search with patricia trie
+================================
 
-Groongaのテーブルは、テーブル作成時にパトリシア木オプションを指定すると、前方一致検索を行うことができます。また、追加のオプションを指定することにより、主キーの後方一致検索をも行うことができます。
+Groonga supports to create a table with patricia trie option.
+By specifying it, You can do prefix search.
+
+And more, you can do suffix search against primary key by specifying additional option.
 
 主キーによる前方一致検索
 ------------------------
-------------- next part --------------
HTML����������������������������...
Download 



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