diff --git a/config/config_defaults.go b/config/config_defaults.go index 62a65a368..1bd575fcf 100755 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -500,7 +500,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) "process_runs": 1, // number of run loops when processing event }, @@ -511,7 +511,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) }, @@ -522,7 +522,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) }, @@ -534,7 +534,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) }, @@ -544,7 +544,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) }, @@ -553,7 +553,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) "attributes_conns": [], // connections to AttributeS for altering events before supplier queries: <""|*internal|127.0.0.1:2013> "resources_conns": [], // connections to ResourceS for *res sorting, empty to disable functionality: <""|*internal|x.y.z.y:1234> "stats_conns": [], // connections to StatS for *stats sorting, empty to disable stats functionality: <""|*internal|x.y.z.y:1234> @@ -797,7 +797,7 @@ const CGRATES_CFG_JSON = ` "indexed_selects":true, // enable profile matching exclusively on indexes //"string_indexed_fields": [], // query indexes based on these fields for faster processing "prefix_indexed_fields": [], // query indexes based on these fields for faster processing - "nested_fields": false, // applies when indexed fields is not defined + "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) "attributes_conns": [], // connections to AttributeS for API authorization, empty to disable auth functionality: <""|*internal|x.y.z.y:1234> }, diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index 5feb97c89..f2522a5a3 100755 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -479,7 +479,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // "process_runs": 1, // number of run loops when processing event // }, @@ -490,7 +490,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // }, @@ -501,7 +501,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // }, @@ -513,7 +513,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // }, @@ -523,7 +523,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // }, @@ -532,7 +532,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // "attributes_conns": [], // connections to AttributeS for altering events before supplier queries: <""|*internal|127.0.0.1:2013> // "resources_conns": [], // connections to ResourceS for *res sorting, empty to disable functionality: <""|*internal|x.y.z.y:1234> // "stats_conns": [], // connections to StatS for *stats sorting, empty to disable stats functionality: <""|*internal|x.y.z.y:1234> @@ -776,7 +776,7 @@ // "indexed_selects":true, // enable profile matching exclusively on indexes // //"string_indexed_fields": [], // query indexes based on these fields for faster processing // "prefix_indexed_fields": [], // query indexes based on these fields for faster processing -// "nested_fields": false, // applies when indexed fields is not defined +// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level) // "attributes_conns": [], // connections to AttributeS for API authorization, empty to disable auth functionality: <""|*internal|x.y.z.y:1234> // },