lucee.Componentcbelasticsearch.Config
Elasticsearch Config The configuration object for the module
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
configStruct
CBJavaloader.
|
true
|
false
|
Method Summary | |
---|---|
any
|
get(string key, [any configNode='[runtime expression]'])
Returns a key value in the config struct. |
string
|
getConfigStruct()
|
any
|
setConfigStruct(any configStruct)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
CBJavaloader
access
- publicrequired
- falsereturntype
- anyinject
- coldbox:modulesettings:cbelasticsearchserializable
- trueMethod Detail |
---|
Returns a key value in the config struct
key
- string the key value to search for. Dot notation may be used to retrieve a nested keyconfigNode
- any a configuration node to search. Accepts an argument of any to support recursion.configStruct