[Groonga-commit] droonga/droonga.org at 508ccce [gh-pages] Add "indexOptions-" prefix to avoid name conflict

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 14 17:01:45 JST 2014


Kouhei Sutou	2014-03-14 17:01:45 +0900 (Fri, 14 Mar 2014)

  New Revision: 508ccce9d58fd0f2fa82fa1d4aa52736b0c335d8
  https://github.com/droonga/droonga.org/commit/508ccce9d58fd0f2fa82fa1d4aa52736b0c335d8

  Message:
    Add "indexOptions-" prefix to avoid name conflict

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

  Modified: reference/catalog/version2/index.md (+4 -4)
===================================================================
--- reference/catalog/version2/index.md    2014-03-14 17:01:10 +0900 (f0ccf32)
+++ reference/catalog/version2/index.md    2014-03-14 17:01:45 +0900 (87f5999)
@@ -530,7 +530,7 @@ Value
 
 #### Parameters
 
-##### `section` {#parameter-section}
+##### `section` {#parameter-indexOptions-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.
@@ -544,7 +544,7 @@ Default value
 Inheritable
 : False.
 
-##### `weight` {#parameter-weight}
+##### `weight` {#parameter-indexOptions-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.
@@ -558,7 +558,7 @@ Default value
 Inheritable
 : False.
 
-##### `position` {#parameter-position}
+##### `position` {#parameter-indexOptions-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.
@@ -572,7 +572,7 @@ Default value
 Inheritable
 : False.
 
-##### `sources` {#parameter-sources}
+##### `sources` {#parameter-indexOptions-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