[Groonga-commit] groonga/groonga at 978ef6d [master] doc: fix label

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 15:46:14 JST 2015


Kouhei Sutou	2015-03-17 15:46:14 +0900 (Tue, 17 Mar 2015)

  New Revision: 978ef6d2f3386a2172beaa50f41237ac429da59f
  https://github.com/groonga/groonga/commit/978ef6d2f3386a2172beaa50f41237ac429da59f

  Message:
    doc: fix label

  Modified files:
    doc/source/reference/tables.rst

  Modified: doc/source/reference/tables.rst (+4 -4)
===================================================================
--- doc/source/reference/tables.rst    2015-03-16 19:07:49 +0900 (9b75925)
+++ doc/source/reference/tables.rst    2015-03-17 15:46:14 +0900 (062ddc7)
@@ -69,7 +69,7 @@ prefix is omitted in the table.)
 | search       |            |              |             |             |
 +--------------+------------+--------------+-------------+-------------+
 
-.. _token-no-key:
+.. _table-no-key:
 
 ``TABLE_NO_KEY``
 ^^^^^^^^^^^^^^^^
@@ -81,7 +81,7 @@ You cannot use ``TABLE_NO_KEY`` for lexicon for fulltext search
 because lexicon stores tokens as key. ``TABLE_NO_KEY`` is useful for
 no key records such as log.
 
-.. _token-hash-key:
+.. _table-hash-key:
 
 ``TABLE_HASH_KEY``
 ^^^^^^^^^^^^^^^^^^
@@ -92,7 +92,7 @@ functions such as common prefix search and predictive search.
 ``TABLE_HASH_KEY`` is useful for index for exact search such as tag
 search.
 
-.. _token-pat-key:
+.. _table-pat-key:
 
 ``TABLE_PAT_KEY``
 ^^^^^^^^^^^^^^^^^
@@ -102,7 +102,7 @@ search.
 ``TABLE_PAT_KEY`` is useful for lexicon for fulltext search and
 index for range search.
 
-.. _token-dat-key:
+.. _table-dat-key:
 
 ``TABLE_DAT_KEY``
 ^^^^^^^^^^^^^^^^^
-------------- next part --------------
HTML����������������������������...
Download 



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