Class: Groonga::Command::Suggest

Inherits:
Base
  • Object
show all
Defined in:
lib/groonga/command/suggest.rb

Instance Attribute Summary

Attributes inherited from Base

#arguments, #name, #original_format, #original_source, #path_prefix

Class Method Summary collapse

Methods inherited from Base

#==, #[], #[]=, #command_format?, #initialize, #key?, #output_type, #to_command_format, #to_uri_format, #uri_format?

Constructor Details

This class inherits a constructor from Groonga::Command::Base

Class Method Details

.parameter_namesObject



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/groonga/command/suggest.rb', line 27

def parameter_names
  [
    :types,
    :table,
    :column,
    :query,
    :sortby,
    :output_columns,
    :offset,
    :limit,
    :frequency_threshold,
    :conditional_probability_threshold,
    :prefix_search,
    :similar_search
  ]
end