[Groonga-commit] groonga/groonga at be76c76 [master] doc: support match_columns without index

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Aug 19 23:32:21 JST 2015


Kouhei Sutou	2015-08-19 23:32:21 +0900 (Wed, 19 Aug 2015)

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

  Message:
    doc: support match_columns without index

  Modified files:
    doc/source/example/reference/indexing-search-without-index.log
    doc/source/reference/indexing.rst

  Modified: doc/source/example/reference/indexing-search-without-index.log (+5 -1)
===================================================================
--- doc/source/example/reference/indexing-search-without-index.log    2015-08-19 23:27:50 +0900 (fcba8c2)
+++ doc/source/example/reference/indexing-search-without-index.log    2015-08-19 23:32:21 +0900 (655499e)
@@ -10,7 +10,7 @@ Execution example::
   #   [
   #     [
   #       [
-  #         0
+  #         1
   #       ], 
   #       [
   #         [
@@ -21,6 +21,10 @@ Execution example::
   #           "content", 
   #           "ShortText"
   #         ]
+  #       ], 
+  #       [
+  #         3, 
+  #         "I'm sleepy... Have a nice day... Good night..."
   #       ]
   #     ]
   #   ]

  Modified: doc/source/reference/indexing.rst (+1 -1)
===================================================================
--- doc/source/reference/indexing.rst    2015-08-19 23:27:50 +0900 (847d229)
+++ doc/source/reference/indexing.rst    2015-08-19 23:32:21 +0900 (c5b847a)
@@ -74,7 +74,7 @@ We register data:
 .. {"content":"I'm sleepy... Have a nice day... Good night..."}
 .. ]
 
-We search without index. We get no result:
+We can search with sequential search when we don't have index:
 
 .. groonga-command
 .. include:: ../example/reference/indexing-search-without-index.log
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る