Weight¶
- See IDL definition for detailed specification.
Configuration¶
Configuration is given as a JSON file. We show each field below:
The server will work even if method
, parameter
is specified in the configuration (the values are ignored) so that you can use configuration file for other engines.
-
converter
Specify configuration for data conversion. Its format is described in Data Conversion.
- Example:
{ "converter" : { "string_filter_types" : {}, "string_filter_rules" : [], "num_filter_types" : {}, "num_filter_rules" : [], "string_types" : {}, "string_rules" : [ { "key" : "*", "type" : "str", "sample_weight" : "bin", "global_weight" : "bin" } ], "num_types" : {}, "num_rules" : [ { "key" : "*", "type" : "num" } ] } }