public class RuleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleInfo() |
RuleInfo(RuleInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
DynamicIndex |
getDynamicIndex()
Get Key-value index automatic configuration.
|
FullTextInfo |
getFullText()
Get Full-text index configuration.
|
RuleKeyValueInfo |
getKeyValue()
Get Key-value index configuration.
|
RuleTagInfo |
getTag()
Get Metadata field index configuration.
|
void |
setDynamicIndex(DynamicIndex DynamicIndex)
Set Key-value index automatic configuration.
|
void |
setFullText(FullTextInfo FullText)
Set Full-text index configuration.
|
void |
setKeyValue(RuleKeyValueInfo KeyValue)
Set Key-value index configuration.
|
void |
setTag(RuleTagInfo Tag)
Set Metadata field index configuration.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleInfo()
public RuleInfo(RuleInfo source)
public FullTextInfo getFullText()
public void setFullText(FullTextInfo FullText)
FullText
- Full-text index configuration. If empty, full-text indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.public RuleKeyValueInfo getKeyValue()
public void setKeyValue(RuleKeyValueInfo KeyValue)
KeyValue
- Key-value index configuration. If empty, key-value indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.public RuleTagInfo getTag()
public void setTag(RuleTagInfo Tag)
Tag
- Metadata field index configuration. If empty, metadata field indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.public DynamicIndex getDynamicIndex()
public void setDynamicIndex(DynamicIndex DynamicIndex)
DynamicIndex
- Key-value index automatic configuration. If empty, the feature is not enabled.Once enabled, fields within logs are automatically added to the key-value index, including fields added to logs subsequently.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.