[Groonga-commit] droonga/droonga.org at 8bb9a2f [gh-pages] Reorganize "indexOption definition" section

Back to archive index

Yoji Shidara null+****@clear*****
Wed Mar 5 15:42:40 JST 2014


Yoji Shidara	2014-03-05 15:42:40 +0900 (Wed, 05 Mar 2014)

  New Revision: 8bb9a2f326ad55ecac0d12e87148e4ffab29290d
  https://github.com/droonga/droonga.org/commit/8bb9a2f326ad55ecac0d12e87148e4ffab29290d

  Merged efe7e86: Merge branch 'catalog-example' into gh-pages

  Message:
    Reorganize "indexOption definition" section

  Modified files:
    reference/catalog/version2/index.md

  Modified: reference/catalog/version2/index.md (+7 -5)
===================================================================
--- reference/catalog/version2/index.md    2014-03-05 15:13:21 +0900 (ec40a5c)
+++ reference/catalog/version2/index.md    2014-03-05 15:42:40 +0900 (4457585)
@@ -370,7 +370,7 @@ Inheritable
 Value
 : An object with the following key/value pairs.
 
-Example:
+#### Example
 
 Store the section data, the weight data and the position data.
 Index `name` and `address` on the referencing table.
@@ -387,7 +387,9 @@ Index `name` and `address` on the referencing table.
 }
 ~~~
 
-#### `section` {#parameter-section}
+#### Parameters
+
+##### `section` {#parameter-section}
 
 Abstract
 : Specifies whether the index column stores the section data or not. Section data is typically used for distinguishing in which part of the sources the value appears.
@@ -401,7 +403,7 @@ Default value
 Inheritable
 : False.
 
-#### `weight` {#parameter-weight}
+##### `weight` {#parameter-weight}
 
 Abstract
 : Specifies whether the index column stores the weight data or not. Weight data is used for indicating the importance of the value in the sources.
@@ -415,7 +417,7 @@ Default value
 Inheritable
 : False.
 
-#### `position` {#parameter-position}
+##### `position` {#parameter-position}
 
 Abstract
 : Specifies whether the index column stores the position data or not. Position data is used for specifying the position where the value appears in the sources. It is indispensable for fast and accurate phrase-search.
@@ -429,7 +431,7 @@ Default value
 Inheritable
 : False.
 
-#### `sources` {#parameter-sources}
+##### `sources` {#parameter-sources}
 
 Abstract
 : Makes the column an inverted index of the referencing table's columns.
-------------- next part --------------
HTML����������������������������...
Download 



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