[Groonga-commit] droonga/fluent-plugin-droonga at 1c91b97 [master] Update mapper definitions

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 31 17:40:35 JST 2014


YUKI Hiroshi	2014-01-31 17:40:35 +0900 (Fri, 31 Jan 2014)

  New Revision: 1c91b972a6fac81d92d3db69cf2b222ee6e3d390
  https://github.com/droonga/fluent-plugin-droonga/commit/1c91b972a6fac81d92d3db69cf2b222ee6e3d390

  Message:
    Update mapper definitions

  Modified files:
    test/unit/plugin/collector/test_search.rb

  Modified: test/unit/plugin/collector/test_search.rb (+2 -11)
===================================================================
--- test/unit/plugin/collector/test_search.rb    2014-01-31 17:31:27 +0900 (7db8a32)
+++ test/unit/plugin/collector/test_search.rb    2014-01-31 17:40:35 +0900 (1b134f7)
@@ -87,7 +87,7 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
+              "attributes" => ["_key"],
               "offset" => 1,
               "limit" => 1,
             },
@@ -114,7 +114,7 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
+              "attributes" => ["_key"],
               "offset" => 1,
               "limit" => -1,
             },
@@ -138,7 +138,6 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
               "format" => "simple",
               "attributes" => [],
               "offset" => 10000,
@@ -166,7 +165,6 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
               "attributes" => ["_key", "chapter", "section", "subsection", "paragraph"],
               "limit" => -1,
             },
@@ -192,7 +190,6 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
               "attributes" => ["_key", "chapter", "section"],
               "limit" => -1,
             },
@@ -218,7 +215,6 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
               "format" => "simple",
               "attributes" => ["_key", "chapter", "section"],
               "limit" => -1,
@@ -245,7 +241,6 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "records" => {
-              "type" => "sort",
               "format" => "complex",
               "attributes" => ["_key", "chapter", "section"],
               "limit" => -1,
@@ -272,11 +267,9 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "count" => {
-              "type" => "count",
               "target" => "records",
             },
             "records" => {
-              "type" => "sort",
               "format" => "simple",
               "attributes" => [],
               "limit" => -1,
@@ -299,11 +292,9 @@ class SearchCollectorTest < Test::Unit::TestCase
           "output" => "search_result",
           "elements" => {
             "count" => {
-              "type" => "count",
               "target" => "records",
             },
             "records" => {
-              "type" => "sort",
               "format" => "simple",
               "attributes" => [],
               "limit" => -1,
-------------- next part --------------
HTML����������������������������...
Descargar 



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