groonga-command 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +17 -10
- data/lib/groonga/command/base.rb +37 -1
- data/lib/groonga/command/column-copy.rb +7 -3
- data/lib/groonga/command/column-create.rb +11 -7
- data/lib/groonga/command/column-list.rb +6 -2
- data/lib/groonga/command/column-remove.rb +6 -2
- data/lib/groonga/command/column-rename.rb +6 -2
- data/lib/groonga/command/config-delete.rb +6 -2
- data/lib/groonga/command/config-get.rb +6 -2
- data/lib/groonga/command/config-set.rb +6 -2
- data/lib/groonga/command/delete.rb +6 -2
- data/lib/groonga/command/dump.rb +6 -2
- data/lib/groonga/command/get.rb +6 -2
- data/lib/groonga/command/io-flush.rb +6 -2
- data/lib/groonga/command/load.rb +6 -2
- data/lib/groonga/command/log-level.rb +6 -2
- data/lib/groonga/command/log-put.rb +6 -2
- data/lib/groonga/command/logical-count.rb +6 -2
- data/lib/groonga/command/logical-range-filter.rb +6 -2
- data/lib/groonga/command/logical-select.rb +6 -2
- data/lib/groonga/command/logical-shard-list.rb +6 -2
- data/lib/groonga/command/logical-table-remove.rb +6 -2
- data/lib/groonga/command/normalize.rb +6 -2
- data/lib/groonga/command/object-exist.rb +6 -2
- data/lib/groonga/command/object-inspect.rb +6 -2
- data/lib/groonga/command/object-remove.rb +6 -2
- data/lib/groonga/command/plugin-register.rb +6 -2
- data/lib/groonga/command/plugin-unregister.rb +6 -2
- data/lib/groonga/command/query-expand.rb +6 -2
- data/lib/groonga/command/range-filter.rb +6 -2
- data/lib/groonga/command/register.rb +6 -2
- data/lib/groonga/command/reindex.rb +6 -2
- data/lib/groonga/command/request-cancel.rb +6 -2
- data/lib/groonga/command/ruby-eval.rb +6 -2
- data/lib/groonga/command/ruby-load.rb +6 -2
- data/lib/groonga/command/schema.rb +7 -1
- data/lib/groonga/command/select.rb +6 -2
- data/lib/groonga/command/shutdown.rb +6 -2
- data/lib/groonga/command/status.rb +7 -1
- data/lib/groonga/command/suggest.rb +6 -2
- data/lib/groonga/command/table-create.rb +6 -2
- data/lib/groonga/command/table-list.rb +6 -2
- data/lib/groonga/command/table-remove.rb +6 -2
- data/lib/groonga/command/table-rename.rb +6 -2
- data/lib/groonga/command/table-tokenize.rb +6 -2
- data/lib/groonga/command/thread-limit.rb +6 -2
- data/lib/groonga/command/tokenize.rb +6 -2
- data/lib/groonga/command/truncate.rb +6 -2
- data/lib/groonga/command/version.rb +1 -1
- data/test/command/test-column-copy.rb +1 -2
- data/test/command/test-column-create.rb +1 -2
- data/test/command/test-column-list.rb +1 -2
- data/test/command/test-column-remove.rb +1 -2
- data/test/command/test-column-rename.rb +1 -2
- data/test/command/test-config-delete.rb +1 -2
- data/test/command/test-config-get.rb +2 -3
- data/test/command/test-config-set.rb +2 -3
- data/test/command/test-delete.rb +1 -2
- data/test/command/test-dump.rb +1 -1
- data/test/command/test-get.rb +1 -1
- data/test/command/test-io-flush.rb +1 -2
- data/test/command/test-load.rb +1 -2
- data/test/command/test-log-level.rb +1 -2
- data/test/command/test-log-put.rb +1 -2
- data/test/command/test-logical-count.rb +1 -2
- data/test/command/test-logical-range-filter.rb +1 -2
- data/test/command/test-logical-select.rb +1 -2
- data/test/command/test-logical-shard-list.rb +1 -2
- data/test/command/test-logical-table-remove.rb +1 -2
- data/test/command/test-normalize.rb +1 -2
- data/test/command/test-object-exist.rb +1 -2
- data/test/command/test-object-inspect.rb +1 -2
- data/test/command/test-object-remove.rb +1 -2
- data/test/command/test-plugin-register.rb +2 -3
- data/test/command/test-plugin-unregister.rb +1 -2
- data/test/command/test-query-expand.rb +1 -2
- data/test/command/test-range-filter.rb +1 -2
- data/test/command/test-register.rb +1 -2
- data/test/command/test-reindex.rb +1 -2
- data/test/command/test-request-cancel.rb +1 -2
- data/test/command/test-ruby-eval.rb +1 -2
- data/test/command/test-ruby-load.rb +1 -2
- data/test/command/test-schema.rb +1 -1
- data/test/command/test-select.rb +1 -1
- data/test/command/test-shutdown.rb +1 -2
- data/test/command/test-status.rb +1 -1
- data/test/command/test-suggest.rb +1 -2
- data/test/command/test-table-create.rb +1 -2
- data/test/command/test-table-list.rb +1 -2
- data/test/command/test-table-remove.rb +1 -2
- data/test/command/test-table-rename.rb +1 -2
- data/test/command/test-table-tokenize.rb +1 -2
- data/test/command/test-thread-limit.rb +1 -2
- data/test/command/test-tokenize.rb +1 -2
- data/test/command/test-truncate.rb +1 -2
- metadata +41 -41
@@ -17,8 +17,7 @@
|
|
17
17
|
class IOFlushCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def io_flush_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::IOFlush.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::IOFlush.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
data/test/command/test-load.rb
CHANGED
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogLevelCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def log_level_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogLevel.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogLevel.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogPutCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def log_put_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogPut.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogPut.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogicalCountCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def logical_count_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogicalCount.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogicalCount.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogicalRangeFilterCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def logical_range_filter_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogicalRangeFilter.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogicalRangeFilter.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogicalSelectCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def logical_select_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogicalSelect.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogicalSelect.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogicalShardListCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def logical_shard_list_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogicalShardList.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogicalShardList.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class LogicalTableRemoveCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def logical_table_remove_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::LogicalTableRemove.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::LogicalTableRemove.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class NormalizeCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def normalize_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Normalize.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::Normalize.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ObjectExistCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def object_exist_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::ObjectExist.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::ObjectExist.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ObjectInspectCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def object_inspect_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::ObjectInspect.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::ObjectInspect.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ObjectRemoveCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def object_remove_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::ObjectRemove.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::ObjectRemove.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,9 +17,8 @@
|
|
17
17
|
class PluginRegisterCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def plugin_register_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::PluginRegister.new(
|
21
|
-
|
22
|
-
ordered_arguments)
|
20
|
+
Groonga::Command::PluginRegister.new(pair_arguments,
|
21
|
+
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
25
24
|
class ConstructorTest < self
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class PluginUnregisterCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def plugin_unregister_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::PluginUnregister.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::PluginUnregister.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class QueryExpandCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def query_expand_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::QueryExpand.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::QueryExpand.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class RangeFilterCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def range_filter_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::RangeFilter.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::RangeFilter.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class RegisterCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def register_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Register.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::Register.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ReindexCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def reindex_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::Reindex.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::Reindex.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class RequestCancelCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def request_cancel_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::RequestCancel.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::RequestCancel.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class RubyEvalCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def ruby_eval_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::RubyEval.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::RubyEval.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class RubyLoadCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def ruby_load_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::RubyLoad.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::RubyLoad.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
data/test/command/test-schema.rb
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
class SchemaCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def schema_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::Schema.new(
|
20
|
+
Groonga::Command::Schema.new(pair_arguments, ordered_arguments)
|
21
21
|
end
|
22
22
|
|
23
23
|
class ConstructorTest < self
|
data/test/command/test-select.rb
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
class SelectCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def select_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Select.new(
|
22
|
+
Groonga::Command::Select.new(pair_arguments, ordered_arguments)
|
23
23
|
end
|
24
24
|
|
25
25
|
class ConstructorTest < self
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ShutdownCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def shutdown_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::Shutdown.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::Shutdown.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
data/test/command/test-status.rb
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
class StatusCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def status_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Status.new(
|
22
|
+
Groonga::Command::Status.new(pair_arguments, ordered_arguments)
|
23
23
|
end
|
24
24
|
|
25
25
|
class ConstructorTest < self
|
@@ -20,8 +20,7 @@
|
|
20
20
|
class SuggestCommandTest < Test::Unit::TestCase
|
21
21
|
private
|
22
22
|
def suggest_command(pair_arguments={}, ordered_arguments=[])
|
23
|
-
Groonga::Command::Suggest.new(
|
24
|
-
pair_arguments,
|
23
|
+
Groonga::Command::Suggest.new(pair_arguments,
|
25
24
|
ordered_arguments)
|
26
25
|
end
|
27
26
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class TableCreateCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def table_create_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::TableCreate.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::TableCreate.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class TableListCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def table_list_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::TableList.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::TableList.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class TableRemoveCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def table_remove_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::TableRemove.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::TableRemove.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class TableRenameCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def table_rename_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::TableRename.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::TableRename.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class TableTokenizeCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def table_tokenize_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::TableTokenize.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::TableTokenize.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -17,8 +17,7 @@
|
|
17
17
|
class ThreadLimitCommandTest < Test::Unit::TestCase
|
18
18
|
private
|
19
19
|
def thread_limit_command(pair_arguments={}, ordered_arguments=[])
|
20
|
-
Groonga::Command::ThreadLimit.new(
|
21
|
-
pair_arguments,
|
20
|
+
Groonga::Command::ThreadLimit.new(pair_arguments,
|
22
21
|
ordered_arguments)
|
23
22
|
end
|
24
23
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class TokenizeCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def tokenize_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Tokenize.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::Tokenize.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
@@ -19,8 +19,7 @@
|
|
19
19
|
class TruncateCommandTest < Test::Unit::TestCase
|
20
20
|
private
|
21
21
|
def truncate_command(pair_arguments={}, ordered_arguments=[])
|
22
|
-
Groonga::Command::Truncate.new(
|
23
|
-
pair_arguments,
|
22
|
+
Groonga::Command::Truncate.new(pair_arguments,
|
24
23
|
ordered_arguments)
|
25
24
|
end
|
26
25
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groonga-command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -264,54 +264,54 @@ specification_version: 4
|
|
264
264
|
summary: Groonga-command is a library that represents [Groonga](http://groonga.org/)'s
|
265
265
|
command. You can write a program that handle Groonga's command by using groonga-command.
|
266
266
|
test_files:
|
267
|
-
- test/
|
268
|
-
- test/command/test-
|
269
|
-
- test/command/test-
|
270
|
-
- test/command/test-
|
271
|
-
- test/command/test-
|
272
|
-
- test/command/test-plugin-unregister.rb
|
267
|
+
- test/command/test-schema.rb
|
268
|
+
- test/command/test-column-remove.rb
|
269
|
+
- test/command/test-range-filter.rb
|
270
|
+
- test/command/test-object-inspect.rb
|
271
|
+
- test/command/test-column-copy.rb
|
273
272
|
- test/command/test-io-flush.rb
|
274
|
-
- test/command/test-
|
275
|
-
- test/command/test-
|
276
|
-
- test/command/test-table-
|
273
|
+
- test/command/test-log-put.rb
|
274
|
+
- test/command/test-plugin-unregister.rb
|
275
|
+
- test/command/test-table-remove.rb
|
277
276
|
- test/command/test-column-rename.rb
|
278
|
-
- test/command/test-
|
279
|
-
- test/command/test-
|
280
|
-
- test/command/test-config-get.rb
|
281
|
-
- test/command/test-register.rb
|
277
|
+
- test/command/test-column-create.rb
|
278
|
+
- test/command/test-select.rb
|
282
279
|
- test/command/test-shutdown.rb
|
283
|
-
- test/command/test-
|
284
|
-
- test/command/test-
|
285
|
-
- test/command/test-tokenize.rb
|
286
|
-
- test/command/test-
|
287
|
-
- test/command/test-
|
280
|
+
- test/command/test-object-remove.rb
|
281
|
+
- test/command/test-logical-select.rb
|
282
|
+
- test/command/test-table-tokenize.rb
|
283
|
+
- test/command/test-logical-shard-list.rb
|
284
|
+
- test/command/test-object-exist.rb
|
285
|
+
- test/command/test-suggest.rb
|
286
|
+
- test/command/test-request-cancel.rb
|
287
|
+
- test/command/test-query-expand.rb
|
288
|
+
- test/command/test-log-level.rb
|
289
|
+
- test/command/test-table-list.rb
|
288
290
|
- test/command/test-column-list.rb
|
291
|
+
- test/command/test-load.rb
|
292
|
+
- test/command/test-dump.rb
|
293
|
+
- test/command/test-truncate.rb
|
294
|
+
- test/command/test-delete.rb
|
295
|
+
- test/command/test-ruby-load.rb
|
289
296
|
- test/command/test-plugin-register.rb
|
290
|
-
- test/command/test-
|
291
|
-
- test/command/test-
|
292
|
-
- test/command/test-config-
|
297
|
+
- test/command/test-base.rb
|
298
|
+
- test/command/test-table-rename.rb
|
299
|
+
- test/command/test-config-get.rb
|
300
|
+
- test/command/test-logical-count.rb
|
301
|
+
- test/command/test-normalize.rb
|
302
|
+
- test/command/test-get.rb
|
293
303
|
- test/command/test-logical-range-filter.rb
|
294
|
-
- test/command/test-
|
304
|
+
- test/command/test-config-delete.rb
|
305
|
+
- test/command/test-logical-table-remove.rb
|
295
306
|
- test/command/format/test-command.rb
|
296
|
-
- test/command/test-
|
297
|
-
- test/command/test-get.rb
|
307
|
+
- test/command/test-reindex.rb
|
298
308
|
- test/command/test-thread-limit.rb
|
299
|
-
- test/command/test-
|
300
|
-
- test/command/test-
|
301
|
-
- test/command/test-log-level.rb
|
302
|
-
- test/command/test-range-filter.rb
|
303
|
-
- test/command/test-status.rb
|
304
|
-
- test/command/test-logical-shard-list.rb
|
305
|
-
- test/command/test-schema.rb
|
306
|
-
- test/command/test-suggest.rb
|
307
|
-
- test/command/test-select.rb
|
308
|
-
- test/command/test-column-remove.rb
|
309
|
+
- test/command/test-config-set.rb
|
310
|
+
- test/command/test-tokenize.rb
|
309
311
|
- test/command/test-ruby-eval.rb
|
312
|
+
- test/command/test-status.rb
|
313
|
+
- test/command/test-register.rb
|
310
314
|
- test/command/test-table-create.rb
|
311
|
-
- test/command/test-table-remove.rb
|
312
|
-
- test/command/test-ruby-load.rb
|
313
|
-
- test/command/test-query-expand.rb
|
314
|
-
- test/command/test-truncate.rb
|
315
|
-
- test/command/test-logical-table-remove.rb
|
316
315
|
- test/run-test.rb
|
316
|
+
- test/groonga-command-test-utils.rb
|
317
317
|
has_rdoc:
|